Searched refs:Int1Ty (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 __anon1b0e388a0111::ModuleSanitizerCoverage 422 Int1Ty = IRB.getInt1Ty(); in instrumentModule() 500 SanCovBoolFlagInitName, Int1Ty, in instrumentModule() 749 AllBlocks.size(), F, Int1Ty, SanCovBoolFlagSectionName); in CreateFunctionLocalArrays() 942 auto Load = IRB.CreateLoad(Int1Ty, FlagPtr); in InjectCoverageAtBlock() 946 auto Store = ThenIRB.CreateStore(ConstantInt::getTrue(Int1Ty), FlagPtr); in InjectCoverageAtBlock()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 38 X86_AMXTy(C, Type::X86_AMXTyID), Int1Ty(C, 1), Int8Ty(C, 8), in LLVMContextImpl()
|
| H A D | Type.cpp | 200 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
|
| H A D | LLVMContextImpl.h | 1432 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 397 IntegerType *Int1Ty = Type::getInt1Ty(M.getContext()); member in __anonedbf80d70111::LowerTypeTestsModule 823 PHINode *P = B.CreatePHI(Int1Ty, 2); in lowerTypeTestCall() 824 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerTypeTestCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 682 auto *Int1Ty = Type::getInt1Ty(Builder.getContext()); in generateInstruction() local 683 auto *PredTy = FixedVectorType::get(Int1Ty, State.VF.getKnownMinValue()); in generateInstruction()
|