Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp834 Type *IntIdxScalarTy = IntIdxTy->getScalarType(); in CastGEPIndices() local
842 Ops[i]->getType()->getScalarType() != IntIdxScalarTy) { in CastGEPIndices()
845 Ops[i]->getType()->isVectorTy() ? IntIdxTy : IntIdxScalarTy; in CastGEPIndices()