Home
last modified time | relevance | path

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

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