Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DType.h386 static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp901 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())), in visitCallSite()
933 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())), in visitCallSite()
DInstructionCombining.cpp1234 UndefValue::get(Type::getInt1PtrTy(FI.getContext()))); in visitFree()
/external/llvm/lib/VMCore/
DType.cpp301 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() function in Type
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp940 if (IncV->getType() != Type::getInt1PtrTy(SE.getContext(), AS) in getIVIncOperand()