Searched refs:constOperand (Results 1 – 4 of 4) sorted by relevance
400 if (auto *constOperand = dyn_cast<llvm::Constant>(operand)) in convertOperationImpl() local401 lpi->addClause(constOperand); in convertOperationImpl()
992 auto constOperand = operands.front(); in fold() local993 if (!constOperand || !constOperand.isa<FloatAttr>()) in fold()998 constOperand.dyn_cast<FloatAttr>().getValue().convertToDouble(); in fold()
2359 auto constOperand = operands.front(); in fold() local2360 if (!constOperand.isa_and_nonnull<IntegerAttr, FloatAttr>()) in fold()2364 return SplatElementsAttr::get(getType(), {constOperand}); in fold()
4893 auto constOperand = operands.front(); in fold() local4894 if (!constOperand.isa_and_nonnull<IntegerAttr, FloatAttr>()) in fold()4898 return SplatElementsAttr::get(getType(), {constOperand}); in fold()