Home
last modified time | relevance | path

Searched refs:ICMP_UGE (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/lib/Transforms/Utils/
DCmpInstAnalysis.cpp52 case ICmpInst::ICMP_UGE: return 3; // 011 in getICmpCode()
80 case 3: NewICmpPred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break; in getICmpValue()
/external/llvm/lib/Fuzzer/
DFuzzerDFSan.cpp95 ICMP_UGE = 35, ///< unsigned greater or equal enumerator
110 case ICMP_UGE: return Arg1 >= Arg2; in ComputeCmp()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp136 case ICmpInst::ICMP_UGE: in isSignBitCheck()
760 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) in FoldICmpAddOpCst()
910 ICmpInst::ICMP_UGE, X, LoBound); in FoldICmpDivCst()
924 ICmpInst::ICMP_UGE, X, HiBound); in FoldICmpDivCst()
941 return new ICmpInst(ICmpInst::ICMP_UGE, X, HiBound); in FoldICmpDivCst()
1123 return getICmp(I.ICMP_UGE, A, in FoldICmpCstShlCst()
1230 return new ICmpInst(ICmpInst::ICMP_UGE, LHSI->getOperand(0), XorCst); in visitICmpInstWithInstAndIntCst()
1507 else if (Pred == ICmpInst::ICMP_UGE) in visitICmpInstWithInstAndIntCst()
1515 if (Pred == ICmpInst::ICMP_UGE) in visitICmpInstWithInstAndIntCst()
1722 return new ICmpInst(ICmpInst::ICMP_UGE, LHSI->getOperand(0), in visitICmpInstWithInstAndIntCst()
[all …]
DInstCombineAndOrXor.cpp973 if (LHSCC == ICmpInst::ICMP_UGE || LHSCC == ICmpInst::ICMP_ULE || in FoldAndOfICmps()
974 RHSCC == ICmpInst::ICMP_UGE || RHSCC == ICmpInst::ICMP_ULE || in FoldAndOfICmps()
1829 ICmpInst::ICMP_UGE, in FoldOrOfICmps()
1866 if (LHSCC == ICmpInst::ICMP_UGE || LHSCC == ICmpInst::ICMP_ULE || in FoldOrOfICmps()
1867 RHSCC == ICmpInst::ICMP_UGE || RHSCC == ICmpInst::ICMP_ULE || in FoldOrOfICmps()
DInstCombineSelect.cpp48 case ICmpInst::ICMP_UGE: return SPF_UMAX; in MatchSelectPattern()
63 case ICmpInst::ICMP_UGE: return SPF_UMIN; in MatchSelectPattern()
DInstructionCombining.cpp2061 IPred == ICmpInst::ICMP_SLE || IPred == ICmpInst::ICMP_UGE || in visitBranchInst()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1477 if (UnsignedPred == ICmpInst::ICMP_UGE && !IsAnd) { in simplifyUnsignedRangeCheck()
1678 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_SLE) in SimplifyOrOfICmps()
1692 if (Pred0 == ICmpInst::ICMP_UGE && Pred1 == ICmpInst::ICMP_ULE) in SimplifyOrOfICmps()
1974 case CmpInst::ICMP_UGE: in computePointerICmp()
2161 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2186 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2419 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2495 case ICmpInst::ICMP_UGE: in SimplifyICmpInst()
2586 if (Pred == ICmpInst::ICMP_UGE) in SimplifyICmpInst()
2609 if (Pred == ICmpInst::ICMP_UGE) in SimplifyICmpInst()
[all …]
DScalarEvolution.cpp3094 isKnownPredicate(ICmpInst::ICMP_UGE, Ops[i], Ops[i+1])) { in getUMaxExpr()
4372 case ICmpInst::ICMP_UGE: in createSCEV()
6314 case ICmpInst::ICMP_UGE: in SimplifyICmpOperands()
6495 case ICmpInst::ICMP_UGE: in SimplifyICmpOperands()
6634 case ICmpInst::ICMP_UGE: in isKnownPredicateWithRanges()
6953 case ICmpInst::ICMP_UGE: in isImpliedCond()
7078 case ICmpInst::ICMP_UGE: in IsKnownPredicateViaMinOrMax()
7128 IsKnownPredicateFull(ICmpInst::ICMP_UGE, RHS, FoundRHS)) in isImpliedCondOperandsHelper()
7132 case ICmpInst::ICMP_UGE: in isImpliedCondOperandsHelper()
7133 if (IsKnownPredicateFull(ICmpInst::ICMP_UGE, LHS, FoundLHS) && in isImpliedCondOperandsHelper()
/external/llvm/lib/IR/
DInstructions.cpp3095 case ICMP_ULT: return ICMP_UGE; in getInversePredicate()
3096 case ICMP_UGE: return ICMP_ULT; in getInversePredicate()
3130 case ICMP_UGE: return ICMP_SGE; in getSignedPredicate()
3139 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate()
3143 case ICMP_SGE: return ICMP_UGE; in getUnsignedPredicate()
3195 case ICmpInst::ICMP_UGE: in makeConstantRange()
3222 case ICMP_UGE: return ICMP_ULE; in getSwappedPredicate()
3223 case ICMP_ULE: return ICMP_UGE; in getSwappedPredicate()
3245 case ICmpInst::ICMP_UGE: return true; in isUnsigned()
3278 case ICMP_EQ: case ICMP_UGE: case ICMP_ULE: case ICMP_SGE: case ICMP_SLE: in isTrueWhenEqual()
DConstantFold.cpp1537 return isSigned ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; in evaluateICmpRelation()
1739 case ICmpInst::ICMP_UGE: return ConstantInt::get(ResultTy, V1.uge(V2)); in ConstantFoldCompareInstruction()
1879 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
1893 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
1915 case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
1917 if (pred == ICmpInst::ICMP_UGT || pred == ICmpInst::ICMP_UGE) Result = 1; in ConstantFoldCompareInstruction()
DConstantRange.cpp103 case CmpInst::ICMP_UGE: { in makeAllowedICmpRegion()
/external/lldb/source/Expression/
DIRInterpreter.cpp494 case CmpInst::ICMP_UGE: in CanInterpret()
1051 case CmpInst::ICMP_UGE: in Interpret()
/external/llvm/lib/CodeGen/
DAnalysis.cpp205 case ICmpInst::ICMP_UGE: return ISD::SETUGE; in getICmpCondCode()
/external/llvm/include/llvm/IR/
DInstrTypes.h717 ICMP_UGE = 35, ///< unsigned greater or equal
DPatternMatch.h1001 return Pred == CmpInst::ICMP_UGT || Pred == CmpInst::ICMP_UGE; in match()
DIRBuilder.h1350 return CreateICmp(ICmpInst::ICMP_UGE, LHS, RHS, Name);
/external/llvm/unittests/IR/
DConstantRangeTest.cpp548 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_UGE, in TEST()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp896 case ICmpInst::ICMP_UGE: Out << "UGE"; break; in printConstant()
1295 case ICmpInst::ICMP_UGE: Out << "ICmpInst::ICMP_UGE"; break; in printInstruction()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp294 case ICmpInst::ICMP_UGE: R = executeICMP_UGE(Src1, Src2, Ty); break; in visitICmpInst()
655 case ICmpInst::ICMP_UGE: return executeICMP_UGE(Src1, Src2, Ty); in executeCmpInst()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp529 case CmpInst::ICMP_UGE: { in emitCmp()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp231 case CmpInst::ICMP_UGE: in getComparePred()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2188 case CmpInst::ICMP_UGE: Predicate = CmpInst::FCMP_TRUE; break; in optimizeCmpPredicate()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp922 case ICmpInst::ICMP_UGE: in OptimizeGlobalAddressOfMalloc()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3913 Value *CmpRes = Builder.CreateICmp(ICmpInst::ICMP_UGE, Ops[2], EightV); in EmitAArch64TblBuiltinExpr()
3935 Value *CmpRes = Builder.CreateICmp(ICmpInst::ICMP_UGE, Ops[4], in EmitAArch64TblBuiltinExpr()
4452 case NEON::BI__builtin_neon_vcged_u64:P = llvm::ICmpInst::ICMP_UGE;break; in EmitAArch64BuiltinExpr()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1243 case CmpInst::ICMP_UGE: in getComparePred()

12