Searched defs:ShouldChangeType (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp85 /// ShouldChangeType - Return true if it is desirable to convert a computation
88 bool InstCombiner::ShouldChangeType(Type *From, Type *To) const { function in class:InstCombiner
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp93 bool InstCombiner::ShouldChangeType(unsigned FromWidth, function in class:InstCombiner
114 bool InstCombiner::ShouldChangeType(Type *From, Type *To) const { function in class:InstCombiner
119 return ShouldChangeType(FromWidth, ToWidth);

Completed in 134 milliseconds