Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h568 Value *Descale(Value *Val, APInt Scale, bool &NoSignedWrap);
DInstructionCombining.cpp942 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) { in Descale() function in InstCombiner
1663 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) { in visitGetElementPtrInst()
1702 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) { in visitGetElementPtrInst()