Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp2301 APInt NewScale = in CollectAddOperandsWithScales() local
2308 Add->operands(), NewScale, SE); in CollectAddOperandsWithScales()
2314 auto Pair = M.insert({Key, NewScale}); in CollectAddOperandsWithScales()
2318 Pair.first->second += NewScale; in CollectAddOperandsWithScales()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53663 SDValue NewScale = in combineX86GatherScatter() local
53668 MemOp->getBasePtr(), NewIndex, NewScale, in combineX86GatherScatter()
53673 NewIndex, NewScale, MemOp->getChain(), Subtarget); in combineX86GatherScatter()