Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h479 static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h362 UndefValue::get(Type::getInt1PtrTy(Ctx)), InsertAt); in CreateNonTerminatorUnreachable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp245 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() function in Type
H A DFunction.cpp1777 auto *CPN = ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0)); in allocHungoffUselist()
1790 ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0))); in setHungoffOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h442 UndefValue::get(Type::getInt1PtrTy(Ctx)), in CreateNonTerminatorUnreachable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1015 if (IncV->getType() != Type::getInt1PtrTy(SE.getContext(), AS) in getIVIncOperand()