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 395 /// Descale - Return a value X such that Val = X * Scale, or null if none. If
397 Value *Descale(Value *Val, APInt Scale, bool &NoSignedWrap);
InstructionCombining.cpp     [all...]

Completed in 34 milliseconds