HomeSort by relevance Sort by last modified time
    Searched defs:dataOperandHasImpliedAttr (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
CallSite.h 366 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind Kind) const {
367 CALLSITE_DELEGATE_GETTER(dataOperandHasImpliedAttr(i, Kind));
535 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::NoCapture);
561 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone);
565 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadOnly) ||
566 dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
CallSite.h 396 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind Kind) const {
397 CALLSITE_DELEGATE_GETTER(dataOperandHasImpliedAttr(i, Kind));
594 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::NoCapture);
620 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone);
624 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadOnly) ||
625 dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone);
629 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::WriteOnly) ||
630 dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone);

Completed in 136 milliseconds