/external/llvm/lib/Target/PowerPC/ |
D | PPCBoolRetToInt.cpp | 236 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse() local 238 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I); in runOnUse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCBoolRetToInt.cpp | 264 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse() local 266 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I); in runOnUse()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LLVMContextImpl.cpp | 31 Int1Ty(C, 1), in LLVMContextImpl()
|
D | LLVMContextImpl.h | 174 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; variable
|
D | Type.cpp | 210 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 218 IntegerType *Int1Ty; member 485 PHINode *P = B.CreatePHI(Int1Ty, 2); in lowerBitSetCall() 486 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerBitSetCall() 996 LTT->Int1Ty = Type::getInt1Ty(M.getContext()); in init()
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 37 Int1Ty(C, 1), in LLVMContextImpl()
|
D | Type.cpp | 166 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
|
D | LLVMContextImpl.h | 1110 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 37 Int1Ty(C, 1), in LLVMContextImpl()
|
D | Type.cpp | 173 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
|
D | LLVMContextImpl.h | 1295 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 199 Type *Int1Ty = Type::getInt1Ty(Context); in TEST() local 211 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty); in TEST()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 198 Type *Int1Ty = Type::getInt1Ty(Context); in TEST() local 210 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 334 IntegerType *Int1Ty = Type::getInt1Ty(M.getContext()); member in __anonf470a1fd0111::LowerTypeTestsModule 750 PHINode *P = B.CreatePHI(Int1Ty, 2); in lowerTypeTestCall() 751 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerTypeTestCall()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 1574 Type *Int1Ty = Type::getInt1Ty(*Context); in transValueWithoutDecoration() local 1580 Type* ArgTy[] = { TrgTy, SrcTy, SizeTy, Int32Ty, Int1Ty }; in transValueWithoutDecoration() 1605 ConstantInt::get(Int1Ty, in transValueWithoutDecoration()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 391 [llvm::Type::Int1Ty]. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 545 [llvm::Type::Int1Ty]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 524 [llvm::Type::Int1Ty]. *)
|