Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVE.h281 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { in VEValToCondCode() argument
282 if (IsInteger) { in VEValToCondCode()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp705 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in instCombineIntrinsic() local
706 if ((IsInteger && (CCVal < CmpInst::FIRST_ICMP_PREDICATE || in instCombineIntrinsic()
708 (!IsInteger && (CCVal < CmpInst::FIRST_FCMP_PREDICATE || in instCombineIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4549 bool IsInteger = E->getType()->isIntegerTy(); in createAtomicCompare() local
4554 if (!IsInteger) { in createAtomicCompare()
4572 if (!IsInteger) in createAtomicCompare()
4647 if (IsInteger) { in createAtomicCompare()
4659 if (IsInteger) { in createAtomicCompare()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6075 bool IsInteger = X.getAddress(CGF).getElementType()->isIntegerTy(); in emitOMPAtomicRMW() local
6079 RMWOp = IsInteger ? llvm::AtomicRMWInst::Add : llvm::AtomicRMWInst::FAdd; in emitOMPAtomicRMW()
6084 RMWOp = IsInteger ? llvm::AtomicRMWInst::Sub : llvm::AtomicRMWInst::FSub; in emitOMPAtomicRMW()
6096 if (IsInteger) in emitOMPAtomicRMW()
6107 if (IsInteger) in emitOMPAtomicRMW()
6150 if (IsInteger) in emitOMPAtomicRMW()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1957 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() local
1960 if ((IsInteger || IsReciprocal) && in replacePowWithExp()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp587 bool IsInteger = Type.isInteger(); in getSetCCOrOperation() local
588 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCOrOperation()
600 if (IsInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation()
608 bool IsInteger = Type.isInteger(); in getSetCCAndOperation() local
609 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCAndOperation()
617 if (IsInteger) { in getSetCCAndOperation()
H A DDAGCombiner.cpp5514 bool IsInteger = OpVT.isInteger(); in foldLogicOfSetCCs() local
5515 if (LR == RR && CC0 == CC1 && IsInteger) { in foldLogicOfSetCCs()
5561 IsInteger && CC0 == ISD::SETNE && in foldLogicOfSetCCs()
5573 if (IsInteger && TLI.convertSetCCLogicToBitwiseLogic(OpVT) && CC0 == CC1 && in foldLogicOfSetCCs()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2247 bool IsInteger = Op.getValueType().isInteger(); in isSimpleVIDSequence() local
2260 if (IsInteger) { in isSimpleVIDSequence()
2326 if (IsInteger) { in isSimpleVIDSequence()