Searched refs:constOperand (Results 1 – 2 of 2) sorted by relevance
675 if (auto constOperand = dyn_cast<llvm::Constant>(operand)) in convertOperation() local676 lpi->addClause(constOperand); in convertOperation()
2931 auto constOperand = operands.front(); in fold() local2932 if (!constOperand || !constOperand.isa<IntegerAttr, FloatAttr>()) in fold()2936 assert(shapedType.getElementType() == constOperand.getType() && in fold()2940 return SplatElementsAttr::get(shapedType, {constOperand}); in fold()