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

  /external/llvm/include/llvm/IR/
CallSite.h 134 bool isBundleOperand(Value::const_user_iterator UI) const {
135 return isBundleOperand(&UI.getUse());
139 bool isBundleOperand(const Use *U) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
CallSite.h 162 bool isBundleOperand(Value::const_user_iterator UI) const {
163 return isBundleOperand(&UI.getUse());
167 bool isBundleOperand(const Use *U) const {
567 bool isBundleOperand(unsigned Idx) const {
568 CALLSITE_DELEGATE_GETTER(isBundleOperand(Idx));
InstrTypes.h     [all...]

Completed in 834 milliseconds