Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1137 APInt SmallScale = Scale.trunc(SmallSize); in Descale() local
1143 if (SmallScale.sext(Scale.getBitWidth()) != Scale) in Descale()
1146 assert(SmallScale.exactLogBase2() == logScale); in Descale()
1152 Scale = SmallScale; in Descale()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1251 APInt SmallScale = Scale.trunc(SmallSize); in Descale() local
1257 if (SmallScale.sext(Scale.getBitWidth()) != Scale) in Descale()
1260 assert(SmallScale.exactLogBase2() == logScale); in Descale()
1266 Scale = SmallScale; in Descale()