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 319 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)) &&
    [all...]
InstCombine.h 227 bool ShouldChangeType(Type *From, Type *To) const;
InstCombinePHI.cpp 413 if (!ShouldChangeType(PN.getType(), CastSrcTy))
    [all...]
InstructionCombining.cpp 102 /// ShouldChangeType - Return true if it is desirable to convert a computation
105 bool InstCombiner::ShouldChangeType(Type *From, Type *To) const {
    [all...]

Completed in 3676 milliseconds