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

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

Completed in 447 milliseconds