Searched refs:ShouldChangeType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp319 ShouldChangeType(CI.getType(), Src->getType()))
455 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
501 ShouldChangeType(Src->getType(), CI.getType()) &&
783 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
1062 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
H A DInstCombine.h227 bool ShouldChangeType(Type *From, Type *To) const;
H A DInstCombinePHI.cpp413 if (!ShouldChangeType(PN.getType(), CastSrcTy))
H A DInstructionCombining.cpp102 /// ShouldChangeType - Return true if it is desirable to convert a computation
105 bool InstCombiner::ShouldChangeType(Type *From, Type *To) const { function in class:InstCombiner

Completed in 535 milliseconds