Home
last modified time | relevance | path

Searched refs:IsInteger (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp122 bool IsInteger = in run() local
150 std::string SuggestedApi = IsObjC ? (IsInteger ? "" : "-boolValue") in run()
165 if (IsInteger) in run()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1279 bool IsInteger = BaseF->isInteger(), in replacePowWithExp() local
1283 if ((IsInteger || IsReciprocal) && in replacePowWithExp()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3689 bool IsInteger = II->getIntrinsicID() == Intrinsic::amdgcn_icmp; in visitCallInst() local
3690 if ((IsInteger && (CCVal < CmpInst::FIRST_ICMP_PREDICATE || in visitCallInst()
3692 (!IsInteger && (CCVal < CmpInst::FIRST_FCMP_PREDICATE || in visitCallInst()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp393 bool IsInteger) { in getSetCCOrOperation() argument
394 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() argument
414 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCAndOperation()
422 if (IsInteger) { in getSetCCAndOperation()
H A DDAGCombiner.cpp4008 bool IsInteger = OpVT.isInteger(); in foldLogicOfSetCCs() local
4009 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()