Searched defs:Descale (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp938 /// Descale - Return a value X such that Val = X * Scale, or null if none. If
940 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) { function in class:InstCombiner
1610 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) {
1648 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) {

Completed in 203 milliseconds