Searched refs:hasOperand (Results 1 – 23 of 23) sorted by relevance
262 if (!hasOperand()) in verify()
161 } else if (returnOp.hasOperand()) { in mlirGen()
262 if (op.hasOperand()) in matchAndRewrite()
401 if (!hasOperand()) in verify()
216 } else if (returnOp.hasOperand()) { in mlirGen()
374 if (!hasOperand()) in verify()
302 bool hasOperand() { return getNumOperands() != 0; }
300 bool hasOperand() { return getNumOperands() != 0; }
334 bool hasOperand() { return getNumOperands() != 0; }
335 bool hasOperand() { return getNumOperands() != 0; }
359 bool hasOperand() { return getNumOperands() != 0; }
1147 bool hasOperand(const SCEV *S, const SCEV *Op) const;
13533 bool ScalarEvolution::hasOperand(const SCEV *S, const SCEV *Op) const { in hasOperand() function in ScalarEvolution