Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp121 bool IsInteger = in run() local
149 std::string SuggestedApi = IsObjC ? (IsInteger ? "" : "-boolValue") in run()
164 if (IsInteger) in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVE.h201 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { in VEValToCondCode() argument
202 if (IsInteger) { in VEValToCondCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp560 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in instCombineIntrinsic() local
561 if ((IsInteger && (CCVal < CmpInst::FIRST_ICMP_PREDICATE || in instCombineIntrinsic()
563 (!IsInteger && (CCVal < CmpInst::FIRST_FCMP_PREDICATE || in instCombineIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1538 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() local
1541 if ((IsInteger || IsReciprocal) && in replacePowWithExp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp506 bool IsInteger = Type.isInteger(); in getSetCCOrOperation() local
507 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCOrOperation()
519 if (IsInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation()
527 bool IsInteger = Type.isInteger(); in getSetCCAndOperation() local
528 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCAndOperation()
536 if (IsInteger) { in getSetCCAndOperation()
H A DDAGCombiner.cpp4972 bool IsInteger = OpVT.isInteger(); in foldLogicOfSetCCs() local
4973 if (LR == RR && CC0 == CC1 && IsInteger) { in foldLogicOfSetCCs()
5019 IsInteger && CC0 == ISD::SETNE && in foldLogicOfSetCCs()
5031 if (IsInteger && TLI.convertSetCCLogicToBitwiseLogic(OpVT) && CC0 == CC1 && in foldLogicOfSetCCs()