Searched refs:IsInteger (Results 1 – 6 of 6) sorted by relevance
121 bool IsInteger = in run() local149 std::string SuggestedApi = IsObjC ? (IsInteger ? "" : "-boolValue") in run()164 if (IsInteger) in run()
201 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { in VEValToCondCode() argument202 if (IsInteger) { in VEValToCondCode()
560 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in instCombineIntrinsic() local561 if ((IsInteger && (CCVal < CmpInst::FIRST_ICMP_PREDICATE || in instCombineIntrinsic()563 (!IsInteger && (CCVal < CmpInst::FIRST_FCMP_PREDICATE || in instCombineIntrinsic()
1540 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() local1543 if ((IsInteger || IsReciprocal) && in replacePowWithExp()
507 bool IsInteger = Type.isInteger(); in getSetCCOrOperation() local508 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCOrOperation()520 if (IsInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation()528 bool IsInteger = Type.isInteger(); in getSetCCAndOperation() local529 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCAndOperation()537 if (IsInteger) { in getSetCCAndOperation()
5001 bool IsInteger = OpVT.isInteger(); in foldLogicOfSetCCs() local5002 if (LR == RR && CC0 == CC1 && IsInteger) { in foldLogicOfSetCCs()5048 IsInteger && CC0 == ISD::SETNE && in foldLogicOfSetCCs()5060 if (IsInteger && TLI.convertSetCCLogicToBitwiseLogic(OpVT) && CC0 == CC1 && in foldLogicOfSetCCs()