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 313 ShouldChangeType(CI.getType(), Src->getType()))
450 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
496 ShouldChangeType(Src->getType(), CI.getType()) &&
780 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
    [all...]
InstCombineInternal.h 351 bool ShouldChangeType(Type *From, Type *To) const;
InstCombinePHI.cpp 413 if (!ShouldChangeType(PN.getType(), CastSrcTy))
    [all...]
InstructionCombining.cpp 82 /// ShouldChangeType - Return true if it is desirable to convert a computation
85 bool InstCombiner::ShouldChangeType(Type *From, Type *To) const {
    [all...]

Completed in 353 milliseconds