Searched refs:Int1Ty (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp262 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); local
269 auto *NewPHI = PHINode::Create(Int1Ty, OldPHI->getNumIncomingValues());
271 NewPHI->addIncoming(UndefValue::get(Int1Ty),
H A DSanitizerCoverage.cpp254 *Int16Ty, *Int8Ty, *Int8PtrTy, *Int1Ty, *Int1PtrTy; member in class:__anon4596::ModuleSanitizerCoverage
425 Int1Ty = IRB.getInt1Ty();
752 AllBlocks.size(), F, Int1Ty, SanCovBoolFlagSectionName);
942 auto Load = IRB.CreateLoad(Int1Ty, FlagPtr);
946 auto Store = ThenIRB.CreateStore(ConstantInt::getTrue(Int1Ty), FlagPtr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp266 Type *Int1Ty = Type::getInt1Ty(U->getContext()); local
268 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp38 Int1Ty(C, 1),
H A DType.cpp183 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; }
H A DLLVMContextImpl.h1362 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty; member in class:llvm::LLVMContextImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp389 auto *Int1Ty = Type::getInt1Ty(Builder.getContext()); local
390 auto *PredTy = FixedVectorType::get(Int1Ty, State.VF);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp393 IntegerType *Int1Ty = Type::getInt1Ty(M.getContext()); member in class:__anon4545::LowerTypeTestsModule
818 PHINode *P = B.CreatePHI(Int1Ty, 2);
819 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB);

Completed in 204 milliseconds