Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DType.h411 static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0);
/external/llvm/unittests/IR/
DMetadataTest.cpp658 Type *Ty = Type::getInt1PtrTy(Context); in TEST_F()
2032 Type *Ty = Type::getInt1PtrTy(Context); in TEST_F()
2076 Type *Ty = Type::getInt1PtrTy(Context); in TEST_F()
2093 Type *Ty = Type::getInt1PtrTy(Context); in TEST_F()
/external/llvm/lib/IR/
DType.cpp278 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() function in Type
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1382 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())), in visitCallSite()
1414 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())), in visitCallSite()
DInstructionCombining.cpp1975 UndefValue::get(Type::getInt1PtrTy(FI.getContext()))); in visitFree()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp895 if (IncV->getType() != Type::getInt1PtrTy(SE.getContext(), AS) in getIVIncOperand()