HomeSort by relevance Sort by last modified time
    Searched refs:ShouldChangeType (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 307 ShouldChangeType(CI.getType(), Src->getType()))
443 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
489 ShouldChangeType(Src->getType(), CI.getType()) &&
763 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
    [all...]
InstCombine.h 206 bool ShouldChangeType(Type *From, Type *To) const;
InstCombinePHI.cpp 413 if (!ShouldChangeType(PN.getType(), CastSrcTy))
    [all...]
InstructionCombining.cpp 90 /// ShouldChangeType - Return true if it is desirable to convert a computation
93 bool InstCombiner::ShouldChangeType(Type *From, Type *To) const {
    [all...]

Completed in 665 milliseconds