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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h1023 Value *Descale(Value *Val, APInt Scale, bool &NoSignedWrap);
H A DInstructionCombining.cpp1211 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) { function in class:InstCombiner
2223 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) {
2265 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) {

Completed in 168 milliseconds