Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1280 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getLoadExtAction() local
1282 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::VALUETYPE_SIZE && in getLoadExtAction()
1285 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf); in getLoadExtAction()
1305 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy; in getTruncStoreAction() local
1307 assert(ValI < MVT::VALUETYPE_SIZE && MemI < MVT::VALUETYPE_SIZE && in getTruncStoreAction()
1309 return TruncStoreActions[ValI][MemI]; in getTruncStoreAction()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1437 auto ValI = std::begin(Val); in foldConstantInsEltIntoShuffle() local
1443 Values[I] = *ValI; in foldConstantInsEltIntoShuffle()
1446 ++ValI; in foldConstantInsEltIntoShuffle()