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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h213 bool ShouldChangeType(Type *From, Type *To) const;
H A DInstCombineCasts.cpp316 ShouldChangeType(CI.getType(), Src->getType()))
452 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
498 ShouldChangeType(Src->getType(), CI.getType()) &&
780 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
1080 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
H A DInstCombinePHI.cpp413 if (!ShouldChangeType(PN.getType(), CastSrcTy))
H A DInstructionCombining.cpp100 /// ShouldChangeType - Return true if it is desirable to convert a computation
103 bool InstCombiner::ShouldChangeType(Type *From, Type *To) const { function in class:InstCombiner

Completed in 161 milliseconds