Searched refs:hasOperandStorage (Results 1 – 2 of 2) sorted by relevance
264 return LLVM_LIKELY(hasOperandStorage) ? getOperandStorage().size() : 0; in getNumOperands()301 return LLVM_LIKELY(hasOperandStorage) ? getOperandStorage().getOperands() in getOpOperands()695 DictionaryAttr attributes, bool hasOperandStorage);718 assert(hasOperandStorage && "expected operation to have operand storage"); in getOperandStorage()772 bool hasOperandStorage : 1; variable796 return hasOperandStorage ? 1 : 0;
117 DictionaryAttr attributes, bool hasOperandStorage) in Operation() argument119 numRegions(numRegions), hasOperandStorage(hasOperandStorage), name(name), in Operation()148 if (hasOperandStorage) in ~Operation()191 if (LLVM_LIKELY(hasOperandStorage)) in setOperands()203 if (LLVM_LIKELY(hasOperandStorage)) in setOperands()210 if (LLVM_LIKELY(hasOperandStorage)) in insertOperands()