Searched refs:ICMP_SGT (Results 1 - 25 of 34) sorted by relevance

12

/external/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp50 case ICmpInst::ICMP_SGT: return 1; // 001
78 case 1: NewICmpPred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp49 case ICmpInst::ICMP_SGT:
64 case ICmpInst::ICMP_SGT:
79 if (Pred == ICmpInst::ICMP_SGT && (C1->isZero() || C1->isMinusOne())) {
488 else if ((Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT)
489 && CI->isMaxValue(Pred == ICmpInst::ICMP_SGT))
496 case ICmpInst::ICMP_SGT: {
503 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT)
582 if (Pred == ICmpInst::ICMP_SGT && Cmp->isAllOnesValue()) {
H A DInstCombineCompares.cpp119 case ICmpInst::ICMP_SGT: // True if LHS s> -1
151 if (pred == ICmpInst::ICMP_SGT) {
788 return new ICmpInst(ICmpInst::ICMP_SGT, X, ConstantExpr::getSub(SMax, CI));
797 assert(Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE);
949 case ICmpInst::ICMP_SGT:
1081 (ICI.getPredicate() == ICmpInst::ICMP_SGT && RHSV.isAllOnesValue())) {
1093 bool isTrueIfPositive = ICI.getPredicate() == ICmpInst::ICMP_SGT;
1099 return new ICmpInst(ICmpInst::ICMP_SGT, CompareVal,
1404 if (Pred == ICmpInst::ICMP_SGT)
1416 if (Pred == ICmpInst::ICMP_SGT || Pre
[all...]
H A DInstCombineAndOrXor.cpp294 ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT);
522 case ICmpInst::ICMP_SGT:
940 case ICmpInst::ICMP_SGT: // (X != 13 & X s> 15) -> X s> 15
962 case ICmpInst::ICMP_SGT: // (X u< 13 & X s> 15) -> no change
989 case ICmpInst::ICMP_SGT: // (X u> 13 & X s> 15) -> no change
1001 case ICmpInst::ICMP_SGT:
1005 case ICmpInst::ICMP_SGT: // (X s> 13 & X s> 15) -> X s> 15
1726 case ICmpInst::ICMP_SGT: // (X == 13 | X s> 14) -> no change
1739 case ICmpInst::ICMP_SGT: // (X != 13 | X s> 15) -> X != 13
1757 case ICmpInst::ICMP_SGT
[all...]
H A DInstCombineCasts.cpp524 (ICI->getPredicate() == ICmpInst::ICMP_SGT &&Op1CV.isAllOnesValue())) {
534 if (ICI->getPredicate() == ICmpInst::ICMP_SGT) {
902 (Pred == ICmpInst::ICMP_SGT && Op1C->isAllOnesValue())) {
910 if (Pred == ICmpInst::ICMP_SGT)
/external/llvm/lib/IR/
H A DConstantFold.cpp1379 pred = isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1487 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1494 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1518 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1565 case 1: return isSigned ? ICmpInst::ICMP_SGT:ICmpInst::ICMP_UGT;
1574 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1672 case ICmpInst::ICMP_SGT: return ConstantInt::get(ResultTy, V1.sgt(V2));
1823 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SGE:
1835 case ICmpInst::ICMP_SGT:
1837 case ICmpInst::ICMP_SGT
[all...]
H A DInstructions.cpp3145 case ICMP_SGT: return ICMP_SLE;
3148 case ICMP_SLE: return ICMP_SGT;
3173 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE:
3175 case ICMP_UGT: return ICMP_SGT;
3188 case ICMP_SGT: return ICMP_UGT;
3224 case ICmpInst::ICMP_SGT:
3263 case ICMP_SGT: return ICMP_SLT;
3264 case ICMP_SLT: return ICMP_SGT;
3299 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_SLE: case ICmpInst::ICMP_SGT:
3332 case ICMP_NE: case ICMP_UGT: case ICMP_ULT: case ICMP_SGT
[all...]
H A DConstantRange.cpp96 case CmpInst::ICMP_SGT: {
H A DAsmWriter.cpp702 case ICmpInst::ICMP_SGT: pred = "sgt"; break;
/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp395 case CmpInst::ICMP_SGT:
416 case CmpInst::ICMP_SGT:
H A DDependenceAnalysis.cpp914 case CmpInst::ICMP_SGT:
1039 if (isKnownPredicate(CmpInst::ICMP_SGT, AbsDelta, Product)) {
1221 if (isKnownPredicate(CmpInst::ICMP_SGT, Delta, ML)) {
1625 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
1735 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
1950 if (isKnownPredicate(CmpInst::ICMP_SGT, C2_C1, A1N1)) {
1973 if (isKnownPredicate(CmpInst::ICMP_SGT, C2_C1, A1N1_A2N2)) {
1994 if (isKnownPredicate(CmpInst::ICMP_SGT, A1N1_A2N2, C2_C1)) {
2011 if (isKnownPredicate(CmpInst::ICMP_SGT, A1N1, C2_C1)) {
2621 if (isKnownPredicate(CmpInst::ICMP_SGT, LowerBoun
[all...]
H A DInstructionSimplify.cpp1910 case ICmpInst::ICMP_SGT:
2088 case ICmpInst::ICMP_SGT:
2140 case ICmpInst::ICMP_SGT:
2275 if (Pred == ICmpInst::ICMP_SGT)
2287 case ICmpInst::ICMP_SGT:
2316 case ICmpInst::ICMP_SGT:
2431 case CmpInst::ICMP_SGT: {
2543 if (Pred == CmpInst::ICMP_SGT)
H A DScalarEvolution.cpp1072 *Pred = ICmpInst::ICMP_SGT;
3983 case ICmpInst::ICMP_SGT:
4779 case ICmpInst::ICMP_SGT:
4781 bool IsSigned = Cond == ICmpInst::ICMP_SGT;
6001 Pred = ICmpInst::ICMP_SGT;
6051 case ICmpInst::ICMP_SGT:
6110 Pred = ICmpInst::ICMP_SGT;
6115 Pred = ICmpInst::ICMP_SGT;
6238 case ICmpInst::ICMP_SGT:
6522 case ICmpInst::ICMP_SGT
[all...]
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp198 case ICmpInst::ICMP_SGT: return ISD::SETGT;
/external/lldb/source/Expression/
H A DIRInterpreter.cpp497 case CmpInst::ICMP_SGT:
1060 case CmpInst::ICMP_SGT:
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp318 case CmpInst::FCMP_UGT: NewPred = CmpInst::ICMP_SGT; break;
351 if (NewPred == CmpInst::ICMP_SLE || NewPred == CmpInst::ICMP_SGT) {
/external/llvm/include/llvm/IR/
H A DInstrTypes.h683 ICMP_SGT = 38, ///< signed greater than enumerator in enum:llvm::CmpInst::Predicate
H A DPatternMatch.h975 return Pred == CmpInst::ICMP_SGT || Pred == CmpInst::ICMP_SGE;
H A DIRBuilder.h1251 return CreateICmp(ICmpInst::ICMP_SGT, LHS, RHS, Name);
/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp508 EXPECT_TRUE(ConstantRange::makeICmpRegion(ICmpInst::ICMP_SGT,
H A DInstructionsTest.cpp312 ICmpInst *ICmp0 = new ICmpInst(ICmpInst::ICMP_SGT, PtrVecA, PtrVecB);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp888 case ICmpInst::ICMP_SGT: Out << "SGT"; break;
1297 case ICmpInst::ICMP_SGT: Out << "ICmpInst::ICMP_SGT"; break;
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp215 dbgs() << "Unhandled type for ICMP_SGT predicate: " << *Ty << "\n";
290 case ICmpInst::ICMP_SGT: R = executeICMP_SGT(Src1, Src2, Ty); break;
651 case ICmpInst::ICMP_SGT: return executeICMP_SGT(Src1, Src2, Ty);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp198 case CmpInst::ICMP_SGT: Predicate = CmpInst::FCMP_FALSE; break;
236 case CmpInst::ICMP_SGT: CC = X86::COND_G; break;
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp724 case CmpInst::ICMP_SGT:

Completed in 1612 milliseconds

12