OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dataOperandHasImpliedAttr
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
CallSite.h
274
bool
dataOperandHasImpliedAttr
(unsigned i, Attribute::AttrKind A) const {
275
CALLSITE_DELEGATE_GETTER(
dataOperandHasImpliedAttr
(i, A));
404
return
dataOperandHasImpliedAttr
(OpNo + 1, Attribute::NoCapture);
430
return
dataOperandHasImpliedAttr
(OpNo + 1, Attribute::ReadNone);
434
return
dataOperandHasImpliedAttr
(OpNo + 1, Attribute::ReadOnly) ||
435
dataOperandHasImpliedAttr
(OpNo + 1, Attribute::ReadNone);
Instructions.h
[
all
...]
/external/llvm/lib/IR/
Instructions.cpp
358
bool CallInst::
dataOperandHasImpliedAttr
(unsigned i,
636
bool InvokeInst::
dataOperandHasImpliedAttr
(unsigned i,
[
all
...]
Completed in 98 milliseconds