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

  /external/llvm/include/llvm/
Attributes.h 109 Attributes typeIncompatible(Type *Ty);
  /external/llvm/lib/VMCore/
Attributes.cpp 95 Attributes Attribute::typeIncompatible(Type *Ty) {
Verifier.cpp 554 Attributes TypeI = Attrs & Attribute::typeIncompatible(Ty);
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 720 RAttrs &= ~Attribute::typeIncompatible(NRetTy);
722 assert((RAttrs & Attribute::typeIncompatible(NRetTy)) == 0
790 RAttrs &= ~Attribute::typeIncompatible(NF->getReturnType());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 136 milliseconds