Searched refs:constOperands (Results 1 – 2 of 2) sorted by relevance
414 SmallVector<Attribute, 4> constOperands(op->getNumOperands()); in tryFold() local415 for (unsigned i = 0, e = constOperands.size(); i != e; ++i) in tryFold()416 matchPattern(op->getOperand(i), m_Constant(&constOperands[i])); in tryFold()420 if (failed(op->fold(constOperands, foldResults)) || foldResults.empty()) in tryFold()
80 OpFoldResult SpecificOp::fold(ArrayRef<Attribute> constOperands) {