Home
last modified time | relevance | path

Searched refs:Int128Ty (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/security/afl++/AFLplusplus-3.14c/instrumentation/
H A Dcmplog-instructions-pass.cc114 IntegerType *Int128Ty = IntegerType::getInt128Ty(C); in writePrefs()
193 c16 = M.getOrInsertFunction("__cmplog_ins_hook16", VoidTy, Int128Ty, in writePrefs()
194 Int128Ty, Int8Ty in writePrefs()
211 cN = M.getOrInsertFunction("__cmplog_ins_hookN", VoidTy, Int128Ty, in writePrefs()
212 Int128Ty, Int8Ty, Int8Ty in writePrefs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DLLVMContextImpl.cpp43 Int128Ty(C, 128) {} in LLVMContextImpl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DLLVMContextImpl.cpp43 Int128Ty(C, 128) {} in LLVMContextImpl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DLLVMContextImpl.cpp39 Int16Ty(C, 16), Int32Ty(C, 32), Int64Ty(C, 64), Int128Ty(C, 128), in LLVMContextImpl()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DLLVMContextImpl.cpp39 Int16Ty(C, 16), Int32Ty(C, 32), Int64Ty(C, 64), Int128Ty(C, 128), in LLVMContextImpl()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DLLVMContextImpl.cpp44 Int128Ty(C, 128) {} in LLVMContextImpl()
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DLLVMContextImpl.cpp43 Int128Ty(C, 128) {} in LLVMContextImpl()
/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DLLVMContextImpl.cpp41 Int128Ty(C, 128) {} in LLVMContextImpl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp39 Int16Ty(C, 16), Int32Ty(C, 32), Int64Ty(C, 64), Int128Ty(C, 128), in LLVMContextImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContextImpl.cpp41 Int128Ty(C, 128) {} in LLVMContextImpl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DLLVMContextImpl.cpp38 Int16Ty(C, 16), Int32Ty(C, 32), Int64Ty(C, 64), Int128Ty(C, 128), in LLVMContextImpl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DLLVMContextImpl.cpp39 Int16Ty(C, 16), Int32Ty(C, 32), Int64Ty(C, 64), Int128Ty(C, 128), in LLVMContextImpl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp41 Int128Ty(C, 128) {} in LLVMContextImpl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DLLVMContextImpl.cpp44 Int128Ty(C, 128) {} in LLVMContextImpl()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DLLVMContextImpl.cpp39 Int16Ty(C, 16), Int32Ty(C, 32), Int64Ty(C, 64), Int128Ty(C, 128),
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DLLVMContextImpl.cpp41 Int128Ty(C, 128) {} in LLVMContextImpl()
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DLLVMContextImpl.cpp42 Int128Ty(C, 128) {} in LLVMContextImpl()
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DLLVMContextImpl.cpp42 Int128Ty(C, 128) {} in LLVMContextImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/build/build-clang/
H A Dr318309.patch56 - &ASTContext::Int128Ty,
100 + ArithmeticTypes.push_back(S.Context.Int128Ty);
/dports/devel/llvm80/llvm-8.0.1.src/unittests/IR/
H A DConstantsTest.cpp124 IntegerType *Int128Ty = Type::getIntNTy(Context, 128); in TEST() local
125 Constant *Zero128 = Constant::getNullValue(Int128Ty); in TEST()
/dports/devel/llvm70/llvm-7.0.1.src/unittests/IR/
H A DConstantsTest.cpp124 IntegerType *Int128Ty = Type::getIntNTy(Context, 128);
125 Constant *Zero128 = Constant::getNullValue(Int128Ty);
/dports/devel/llvm90/llvm-9.0.1.src/unittests/IR/
H A DConstantsTest.cpp123 IntegerType *Int128Ty = Type::getIntNTy(Context, 128); in TEST() local
124 Constant *Zero128 = Constant::getNullValue(Int128Ty); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/IR/
H A DConstantsTest.cpp123 IntegerType *Int128Ty = Type::getIntNTy(Context, 128); in TEST() local
124 Constant *Zero128 = Constant::getNullValue(Int128Ty); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp123 IntegerType *Int128Ty = Type::getIntNTy(Context, 128); in TEST() local
124 Constant *Zero128 = Constant::getNullValue(Int128Ty); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp142 return getTypeInfo(Context.Int128Ty); in getTypeInfoHelper()

12345678910