Searched refs:typeIncompatible (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/
H A DAttributes.h177 Attributes typeIncompatible(Type *Ty);
/external/llvm/lib/VMCore/
H A DAttributes.cpp97 Attributes Attribute::typeIncompatible(Type *Ty) { function in class:Attribute
H A DVerifier.cpp549 Attributes TypeI = Attrs & Attribute::typeIncompatible(Ty);
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp720 RAttrs &= ~Attribute::typeIncompatible(NRetTy);
722 assert((RAttrs & Attribute::typeIncompatible(NRetTy)) == 0
789 RAttrs &= ~Attribute::typeIncompatible(NF->getReturnType());
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1017 if (RAttrs & Attribute::typeIncompatible(NewRetTy))
1047 if (Attrs & Attribute::typeIncompatible(ParamTy))
1121 RAttrs &= ~Attribute::typeIncompatible(NewRetTy);

Completed in 103 milliseconds