Home
last modified time | relevance | path

Searched refs:getInt1PtrTy (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h440 static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp1338 auto *CPN = ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0)); in allocHungoffUselist()
1351 ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0))); in setHungoffOperand()
H A DType.cpp216 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() function in Type
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4242 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())), in visitCallSite()
4277 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())), in visitCallSite()
H A DInstructionCombining.cpp2432 UndefValue::get(Type::getInt1PtrTy(FI.getContext()))); in visitFree()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp953 if (IncV->getType() != Type::getInt1PtrTy(SE.getContext(), AS) in getIVIncOperand()