Lines Matching refs:IsStrict
608 bool IsStrict = Node->isStrictFPOpcode(); in PromoteINT_TO_FP() local
609 MVT VT = Node->getOperand(IsStrict ? 1 : 0).getSimpleValueType(); in PromoteINT_TO_FP()
628 if (IsStrict) { in PromoteINT_TO_FP()
649 bool IsStrict = Node->isStrictFPOpcode(); in PromoteFP_TO_INT() local
666 if (IsStrict) { in PromoteFP_TO_INT()
686 if (IsStrict) in PromoteFP_TO_INT()
1334 bool IsStrict = Node->isStrictFPOpcode(); in ExpandUINT_TO_FLOAT() local
1335 unsigned OpNo = IsStrict ? 1 : 0; in ExpandUINT_TO_FLOAT()
1345 if (IsStrict) in ExpandUINT_TO_FLOAT()
1351 if (((!IsStrict && TLI.getOperationAction(ISD::SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT()
1353 (IsStrict && TLI.getOperationAction(ISD::STRICT_SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT()
1356 if (IsStrict) { in ExpandUINT_TO_FLOAT()
1385 if (IsStrict) { in ExpandUINT_TO_FLOAT()