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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h395 /// Descale - Return a value X such that Val = X * Scale, or null if none. If
397 Value *Descale(Value *Val, APInt Scale, bool &NoSignedWrap);
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 139 milliseconds