Searched refs:IsInteger (Results 1 – 12 of 12) sorted by relevance
121 bool IsInteger = in run() local149 std::string SuggestedApi = IsObjC ? (IsInteger ? "" : "-boolValue") in run()164 if (IsInteger) in run()
32 constexpr bool IsInteger() const { in IsInteger() function
199 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { in VEValToCondCode() argument200 if (IsInteger) { in VEValToCondCode()
75 TEST(result->type().IsInteger()); in main()
60 length->type().IsInteger() && typeCode && typeCode->second != 1; in IsValidIntDescriptor()
395 RUNTIME_CHECK(terminator, shape.type().IsInteger()); in RTNAME()441 RUNTIME_CHECK(terminator, order->type().IsInteger()); in RTNAME()
720 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in instCombineIntrinsic() local721 if ((IsInteger && (CCVal < CmpInst::FIRST_ICMP_PREDICATE || in instCombineIntrinsic()723 (!IsInteger && (CCVal < CmpInst::FIRST_FCMP_PREDICATE || in instCombineIntrinsic()
4204 bool IsInteger = E->getType()->isIntegerTy(); in createAtomicCompare() local4209 if (!IsInteger) { in createAtomicCompare()4227 if (!IsInteger) in createAtomicCompare()4302 if (IsInteger) { in createAtomicCompare()4314 if (IsInteger) { in createAtomicCompare()
6011 bool IsInteger = X.getAddress(CGF).getElementType()->isIntegerTy(); in emitOMPAtomicRMW() local6015 RMWOp = IsInteger ? llvm::AtomicRMWInst::Add : llvm::AtomicRMWInst::FAdd; in emitOMPAtomicRMW()6020 RMWOp = IsInteger ? llvm::AtomicRMWInst::Sub : llvm::AtomicRMWInst::FSub; in emitOMPAtomicRMW()6032 if (IsInteger) in emitOMPAtomicRMW()6043 if (IsInteger) in emitOMPAtomicRMW()6086 if (IsInteger) in emitOMPAtomicRMW()
1840 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() local1843 if ((IsInteger || IsReciprocal) && in replacePowWithExp()
544 bool IsInteger = Type.isInteger(); in getSetCCOrOperation() local545 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCOrOperation()557 if (IsInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation()565 bool IsInteger = Type.isInteger(); in getSetCCAndOperation() local566 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCAndOperation()574 if (IsInteger) { in getSetCCAndOperation()
5432 bool IsInteger = OpVT.isInteger(); in foldLogicOfSetCCs() local5433 if (LR == RR && CC0 == CC1 && IsInteger) { in foldLogicOfSetCCs()5479 IsInteger && CC0 == ISD::SETNE && in foldLogicOfSetCCs()5491 if (IsInteger && TLI.convertSetCCLogicToBitwiseLogic(OpVT) && CC0 == CC1 && in foldLogicOfSetCCs()