Searched refs:Int1Ty (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PoisonChecking.cpp | 258 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite() local 265 auto *NewPHI = PHINode::Create(Int1Ty, in rewrite() 268 NewPHI->addIncoming(UndefValue::get(Int1Ty), in rewrite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCBoolRetToInt.cpp | 263 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse() local 265 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I); in runOnUse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 36 Int1Ty(C, 1), in LLVMContextImpl()
|
D | Type.cpp | 177 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
|
D | LLVMContextImpl.h | 1322 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 390 IntegerType *Int1Ty = Type::getInt1Ty(M.getContext()); member in __anoncaa44a2c0111::LowerTypeTestsModule 808 PHINode *P = B.CreatePHI(Int1Ty, 2); in lowerTypeTestCall() 809 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerTypeTestCall()
|