Searched refs:Int1Ty (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | PoisonChecking.cpp | 262 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite() local 269 auto *NewPHI = PHINode::Create(Int1Ty, OldPHI->getNumIncomingValues()); in rewrite() 271 NewPHI->addIncoming(UndefValue::get(Int1Ty), in rewrite()
|
| H A D | SanitizerCoverage.cpp | 244 *Int16Ty, *Int8Ty, *Int8PtrTy, *Int1Ty, *Int1PtrTy; member in __anon8c19cfa10111::ModuleSanitizerCoverage 421 Int1Ty = IRB.getInt1Ty(); in instrumentModule() 746 AllBlocks.size(), F, Int1Ty, SanCovBoolFlagSectionName); in CreateFunctionLocalArrays() 939 auto Load = IRB.CreateLoad(Int1Ty, FlagPtr); in InjectCoverageAtBlock() 943 auto Store = ThenIRB.CreateStore(ConstantInt::getTrue(Int1Ty), FlagPtr); in InjectCoverageAtBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCBoolRetToInt.cpp | 265 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse() local 267 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I); in runOnUse()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 39 Int1Ty(C, 1), in LLVMContextImpl()
|
| H A D | Type.cpp | 194 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
|
| H A D | LLVMContextImpl.h | 1432 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 611 auto *Int1Ty = Type::getInt1Ty(Builder.getContext()); in generateInstruction() local 612 auto *PredTy = FixedVectorType::get(Int1Ty, State.VF.getKnownMinValue()); in generateInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 392 IntegerType *Int1Ty = Type::getInt1Ty(M.getContext()); member in __anon008eecce0111::LowerTypeTestsModule 817 PHINode *P = B.CreatePHI(Int1Ty, 2); in lowerTypeTestCall() 818 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerTypeTestCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 590 [llvm::Type::Int1Ty]. *)
|