Searched refs:IsInteger (Results 1 – 5 of 5) sorted by relevance
122 bool IsInteger = in run() local150 std::string SuggestedApi = IsObjC ? (IsInteger ? "" : "-boolValue") in run()165 if (IsInteger) in run()
1279 bool IsInteger = BaseF->isInteger(), in replacePowWithExp() local1283 if ((IsInteger || IsReciprocal) && in replacePowWithExp()
3689 bool IsInteger = II->getIntrinsicID() == Intrinsic::amdgcn_icmp; in visitCallInst() local3690 if ((IsInteger && (CCVal < CmpInst::FIRST_ICMP_PREDICATE || in visitCallInst()3692 (!IsInteger && (CCVal < CmpInst::FIRST_FCMP_PREDICATE || in visitCallInst()
393 bool IsInteger) { in getSetCCOrOperation() argument394 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCOrOperation()406 if (IsInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation()413 bool IsInteger) { in getSetCCAndOperation() argument414 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCAndOperation()422 if (IsInteger) { in getSetCCAndOperation()
4008 bool IsInteger = OpVT.isInteger(); in foldLogicOfSetCCs() local4009 if (LR == RR && CC0 == CC1 && IsInteger) { in foldLogicOfSetCCs()4055 IsInteger && CC0 == ISD::SETNE && in foldLogicOfSetCCs()4067 if (IsInteger && TLI.convertSetCCLogicToBitwiseLogic(OpVT) && CC0 == CC1 && in foldLogicOfSetCCs()4089 ISD::CondCode NewCC = IsAnd ? ISD::getSetCCAndOperation(CC0, CC1, IsInteger) in foldLogicOfSetCCs()4090 : ISD::getSetCCOrOperation(CC0, CC1, IsInteger); in foldLogicOfSetCCs()