Searched defs:IntIdxTy (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DLocal.h32 Type *IntIdxTy = DL.getIndexType(GEP->getType()); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h224 IntegerType *IntIdxTy = cast<IntegerType>(DL.getIndexType(I.getType())); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp913 Type *IntIdxTy = DL->getIndexType(DestPtr->getType()); local
1070 Type *IntIdxTy = Builder.getIntNTy(DL->getIndexSizeInBits(StrAS)); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp424 Type *IntIdxTy = DL.getIndexType(PTy); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp799 Type *IntIdxTy = DL.getIndexType(ResultTy); local
H A DInstructionSimplify.cpp700 Type *IntIdxTy = DL.getIndexType(V->getType())->getScalarType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3649 VectorType *IntIdxTy = VectorType::getInteger(FltIdxTy); local

Completed in 210 milliseconds