Lines Matching refs:IsStrict
629 bool IsStrict = Node->isStrictFPOpcode(); in PromoteINT_TO_FP() local
630 MVT VT = Node->getOperand(IsStrict ? 1 : 0).getSimpleValueType(); in PromoteINT_TO_FP()
649 if (IsStrict) { in PromoteINT_TO_FP()
670 bool IsStrict = Node->isStrictFPOpcode(); in PromoteFP_TO_INT() local
687 if (IsStrict) { in PromoteFP_TO_INT()
707 if (IsStrict) in PromoteFP_TO_INT()
1218 bool IsStrict = Node->isStrictFPOpcode(); in ExpandUINT_TO_FLOAT() local
1219 unsigned OpNo = IsStrict ? 1 : 0; in ExpandUINT_TO_FLOAT()
1229 if (IsStrict) in ExpandUINT_TO_FLOAT()
1235 if (((!IsStrict && TLI.getOperationAction(ISD::SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT()
1237 (IsStrict && TLI.getOperationAction(ISD::STRICT_SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT()
1240 if (IsStrict) { in ExpandUINT_TO_FLOAT()
1269 if (IsStrict) { in ExpandUINT_TO_FLOAT()