Lines Matching defs:AssertOp
162 /// larger than ValueVT then AssertOp can be used to specify whether the extra
170 std::optional<ISD::NodeType> AssertOp = std::nullopt) {
280 if (AssertOp)
281 Val = DAG.getNode(*AssertOp, DL, PartEVT, Val,
336 /// type larger than ValueVT then AssertOp can be used to specify whether the
11313 std::optional<ISD::NodeType> AssertOp;
11315 AssertOp = ISD::AssertSext;
11317 AssertOp = ISD::AssertZext;
11327 CLI.Chain, CLI.CallConv, AssertOp));
11795 std::optional<ISD::NodeType> AssertOp;
11798 F.getCallingConv(), AssertOp);
11863 std::optional<ISD::NodeType> AssertOp;
11865 AssertOp = ISD::AssertSext;
11867 AssertOp = ISD::AssertZext;
11871 F.getCallingConv(), AssertOp));