Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp998 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) { in Descale() function in InstCombiner
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1194 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) { in Descale() function in InstCombiner
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1277 Value *InstCombinerImpl::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) { in Descale() function in InstCombinerImpl