Searched refs:getInt1PtrTy (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Type.h | 334 static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 408 static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0);
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 397 static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0);
|
/external/llvm/lib/IR/ |
D | Function.cpp | 1203 auto *CPN = ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0)); in allocHungoffUselist() 1216 ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0))); in setHungoffOperand()
|
D | Type.cpp | 209 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() function in Type
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 919 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())), in visitCallSite() 940 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())), in visitCallSite()
|
D | InstructionCombining.cpp | 1170 UndefValue::get(Type::getInt1PtrTy(FI.getContext()))); in visitFree()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 248 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() function in Type
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 674 Type *Ty = Type::getInt1PtrTy(Context); in TEST_F() 2069 Type *Ty = Type::getInt1PtrTy(Context); in TEST_F() 2130 Type *Ty = Type::getInt1PtrTy(Context); in TEST_F() 2147 Type *Ty = Type::getInt1PtrTy(Context); in TEST_F()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2536 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())), in visitCallSite() 2569 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())), in visitCallSite()
|
D | InstructionCombining.cpp | 2071 UndefValue::get(Type::getInt1PtrTy(FI.getContext()))); in visitFree()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 908 if (IncV->getType() != Type::getInt1PtrTy(SE.getContext(), AS) in isExpandedAddRecExprPHI()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 897 if (IncV->getType() != Type::getInt1PtrTy(SE.getContext(), AS) in getIVIncOperand()
|