Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2262 APInt NewScale = in CollectAddOperandsWithScales() local
2269 Add->operands(), NewScale, SE); in CollectAddOperandsWithScales()
2275 auto Pair = M.insert({Key, NewScale}); in CollectAddOperandsWithScales()
2279 Pair.first->second += NewScale; in CollectAddOperandsWithScales()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp56748 SDValue NewScale = in combineGatherScatter() local
56750 return rebuildGatherScatter(GorS, NewIndex, Base, NewScale, DAG); in combineGatherScatter()