Home
last modified time | relevance | path

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

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