Lines Matching refs:IsStrict
640 bool IsStrict = Node->isStrictFPOpcode(); in PromoteINT_TO_FP() local
641 MVT VT = Node->getOperand(IsStrict ? 1 : 0).getSimpleValueType(); in PromoteINT_TO_FP()
660 if (IsStrict) { in PromoteINT_TO_FP()
681 bool IsStrict = Node->isStrictFPOpcode(); in PromoteFP_TO_INT() local
698 if (IsStrict) { in PromoteFP_TO_INT()
718 if (IsStrict) in PromoteFP_TO_INT()
1242 bool IsStrict = Node->isStrictFPOpcode(); in ExpandUINT_TO_FLOAT() local
1243 unsigned OpNo = IsStrict ? 1 : 0; in ExpandUINT_TO_FLOAT()
1253 if (IsStrict) in ExpandUINT_TO_FLOAT()
1259 if (((!IsStrict && TLI.getOperationAction(ISD::SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT()
1261 (IsStrict && TLI.getOperationAction(ISD::STRICT_SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT()
1264 if (IsStrict) { in ExpandUINT_TO_FLOAT()
1293 if (IsStrict) { in ExpandUINT_TO_FLOAT()