Home
last modified time | relevance | path

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/
DPoisonChecking.cpp258 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/
DPPCBoolRetToInt.cpp263 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/
DLLVMContextImpl.cpp36 Int1Ty(C, 1), in LLVMContextImpl()
DType.cpp177 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
DLLVMContextImpl.h1322 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp390 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()