Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DType.h334 static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp843 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())), in visitCallSite()
864 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())), in visitCallSite()
DInstructionCombining.cpp1100 UndefValue::get(Type::getInt1PtrTy(FI.getContext()))); in visitFree()
/external/llvm/lib/VMCore/
DType.cpp248 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() function in Type