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

/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.h200 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { argument
201 if (IsInteger) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3858 bool IsInteger = IID == Intrinsic::amdgcn_icmp; local
3859 if ((IsInteger && (CCVal < CmpInst::FIRST_ICMP_PREDICATE ||
3861 (!IsInteger && (CCVal < CmpInst::FIRST_FCMP_PREDICATE ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1541 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger();
1544 if ((IsInteger || IsReciprocal) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp403 bool IsInteger = Type.isInteger();
404 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
416 if (IsInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
424 bool IsInteger = Type.isInteger();
425 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
433 if (IsInteger) {
H A DDAGCombiner.cpp4645 bool IsInteger = OpVT.isInteger(); local
4646 if (LR == RR && CC0 == CC1 && IsInteger) {
4692 IsInteger && CC0 == ISD::SETNE &&
4704 if (IsInteger && TLI.convertSetCCLogicToBitwiseLogic(OpVT) && CC0 == CC1 &&

Completed in 142 milliseconds