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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp121 bool IsInteger = local
149 std::string SuggestedApi = IsObjC ? (IsInteger ? "" : "-boolValue")
164 if (IsInteger)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3800 bool IsInteger = IID == Intrinsic::amdgcn_icmp; local
3801 if ((IsInteger && (CCVal < CmpInst::FIRST_ICMP_PREDICATE ||
3803 (!IsInteger && (CCVal < CmpInst::FIRST_FCMP_PREDICATE ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1566 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger();
1569 if ((IsInteger || IsReciprocal) &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp402 bool IsInteger = Type.isInteger();
403 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
415 if (IsInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
423 bool IsInteger = Type.isInteger();
424 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
432 if (IsInteger) {
H A DDAGCombiner.cpp4556 bool IsInteger = OpVT.isInteger(); local
4557 if (LR == RR && CC0 == CC1 && IsInteger) {
4603 IsInteger && CC0 == ISD::SETNE &&
4615 if (IsInteger && TLI.convertSetCCLogicToBitwiseLogic(OpVT) && CC0 == CC1 &&

Completed in 186 milliseconds