Home
last modified time | relevance | path

Searched refs:SmallScale (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1331 APInt SmallScale = Scale.trunc(SmallSize); in Descale() local
1337 if (SmallScale.sext(Scale.getBitWidth()) != Scale) in Descale()
1340 assert(SmallScale.exactLogBase2() == logScale); in Descale()
1346 Scale = SmallScale; in Descale()