Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24253 EVT NewIndexVT = IndexVT.changeVectorElementType(MVT::i32); in findMoreOptimalIndexType() local
24254 Index = DAG.getNode(ISD::TRUNCATE, SDLoc(N), NewIndexVT, Index); in findMoreOptimalIndexType()
24294 EVT NewIndexVT = IndexVT.changeVectorElementType(MVT::i32); in findMoreOptimalIndexType() local
24297 Index = DAG.getStepVector(SDLoc(N), NewIndexVT, APInt(32, Stride, true)); in findMoreOptimalIndexType()