Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h408 static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h453 static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp220 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() function in Type
DFunction.cpp1523 auto *CPN = ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0)); in allocHungoffUselist()
1536 ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0))); in setHungoffOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h700 UndefValue::get(Type::getInt1PtrTy(Ctx)), in CreateNonTerminatorUnreachable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp972 if (IncV->getType() != Type::getInt1PtrTy(SE.getContext(), AS) in getIVIncOperand()