Searched defs:ReturnIndex (Results 1 - 3 of 3) sorted by relevance
/external/llvm/include/llvm/IR/ |
H A D | Attributes.h | 198 /// `AttributeSet::ReturnIndex', and the attributes for the parameters start at 203 ReturnIndex = 0U, enumerator in enum:llvm::AttributeSet::AttrIndex
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1018 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex); 1021 typeIncompatible(NewRetTy, AttributeSet::ReturnIndex), 1022 AttributeSet::ReturnIndex)) 1130 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex); 1136 typeIncompatible(NewRetTy, AttributeSet::ReturnIndex), 1137 AttributeSet::ReturnIndex); member in class:AttributeSet 1142 AttributeSet::ReturnIndex, RAttrs)); 1299 if (Attrs.hasAttributes(AttributeSet::ReturnIndex))
|
/external/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1131 llvm::AttributeSet::ReturnIndex, member in class:llvm::AttributeSet
|
Completed in 315 milliseconds