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

  /external/llvm/include/llvm/IR/
Attributes.h 493 AttributeSet typeIncompatible(Type *Ty, uint64_t Index);
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 768 typeIncompatible(NRetTy, AttributeSet::ReturnIndex),
773 typeIncompatible(NRetTy, AttributeSet::ReturnIndex),
849 typeIncompatible(NF->getReturnType(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 699 hasAttributes(AttributeFuncs::typeIncompatible(Ty, Idx), Idx),
701 AttributeFuncs::typeIncompatible(Ty, Idx).getAsString(Idx), V);
    [all...]
Attributes.cpp     [all...]

Completed in 221 milliseconds