HomeSort by relevance Sort by last modified time
    Searched refs:Descale (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 382 /// Descale - Return a value X such that Val = X * Scale, or null if none. If
384 Value *Descale(Value *Val, APInt Scale, bool &NoSignedWrap);
InstructionCombining.cpp 829 /// Descale - Return a value X such that Val = X * Scale, or null if none. If
831 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) {
832 assert(isa<IntegerType>(Val->getType()) && "Can only descale integers!");
    [all...]

Completed in 37 milliseconds