Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp97 bool ToLegal = TD->isLegalInteger(ToWidth); in ShouldChangeType() local
101 if (FromLegal && !ToLegal) in ShouldChangeType()
106 if (!FromLegal && !ToLegal && ToWidth > FromWidth) in ShouldChangeType()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp96 bool ToLegal = DL.isLegalInteger(ToWidth); in ShouldChangeType() local
100 if (FromLegal && !ToLegal) in ShouldChangeType()
105 if (!FromLegal && !ToLegal && ToWidth > FromWidth) in ShouldChangeType()