Searched refs:hasOperandStorage (Results 1 – 2 of 2) sorted by relevance
229 return LLVM_LIKELY(hasOperandStorage) ? getOperandStorage().size() : 0; in getNumOperands()257 return LLVM_LIKELY(hasOperandStorage) ? getOperandStorage().getOperands() in getOpOperands()650 const MutableDictionaryAttr &attributes, bool hasOperandStorage);673 assert(hasOperandStorage && "expected operation to have operand storage"); in getOperandStorage()717 bool hasOperandStorage : 1; variable
169 bool hasOperandStorage) in Operation() argument171 hasOperandStorage(hasOperandStorage), hasSingleResult(false), name(name), in Operation()191 if (hasOperandStorage) in ~Operation()256 if (LLVM_LIKELY(hasOperandStorage)) in setOperands()268 if (LLVM_LIKELY(hasOperandStorage)) in setOperands()275 if (LLVM_LIKELY(hasOperandStorage)) in insertOperands()