Searched refs:ICMP_ULT (Results 1 - 25 of 32) sorted by relevance

12

/external/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp54 case ICmpInst::ICMP_ULT: return 4; // 100
81 case 4: NewICmpPred = Sign ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; break;
H A DSimplifyIndVar.cpp212 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
223 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
H A DLoopUnrollRuntime.cpp111 new ICmpInst(InsertPt, ICmpInst::ICMP_ULT, TripCount,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp450 return new ICmpInst(ICmpInst::ICMP_ULT, Idx, End);
765 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
775 return new ICmpInst(ICmpInst::ICMP_ULT, X, ConstantExpr::getNeg(CI));
927 ICmpInst::ICMP_ULT, X, HiBound);
935 ICmpInst::ICMP_ULT, X, LoBound);
941 case ICmpInst::ICMP_ULT:
1133 return new ICmpInst(ICmpInst::ICMP_ULT, LHSI->getOperand(0), XorCst);
1137 if (ICI.getPredicate() == ICmpInst::ICMP_ULT &&
1372 if (Pred == ICmpInst::ICMP_ULT)
1390 else if (Pred == ICmpInst::ICMP_ULT)
[all...]
H A DInstCombineAndOrXor.cpp276 ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT);
529 case ICmpInst::ICMP_ULT:
821 if (LHSCC == ICmpInst::ICMP_ULT &&
923 case ICmpInst::ICMP_ULT: // (X == 13 & X < 15) -> X == 13
930 case ICmpInst::ICMP_ULT:
956 case ICmpInst::ICMP_ULT:
965 case ICmpInst::ICMP_ULT: // (X u< 13 & X u< 15) -> X u< 13
979 case ICmpInst::ICMP_ULT: // (X s< 13 & X u< 15) -> no change
995 case ICmpInst::ICMP_ULT: // (X u> 13 & X u< 15) -> (X-14) <u 1
1015 case ICmpInst::ICMP_ULT
[all...]
H A DInstCombineSelect.cpp51 case ICmpInst::ICMP_ULT:
66 case ICmpInst::ICMP_ULT:
484 if ((Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_ULT)
493 case ICmpInst::ICMP_ULT:
505 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
/external/llvm/lib/IR/
H A DConstantFold.cpp1375 pred = isSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT;
1508 return isSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT;
1564 case -1: return isSigned ? ICmpInst::ICMP_SLT:ICmpInst::ICMP_ULT;
1582 return isSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT;
1675 case ICmpInst::ICMP_ULT: return ConstantInt::get(ResultTy, V1.ult(V2));
1811 case ICmpInst::ICMP_ULT:
1813 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_ULE:
1831 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_ULE:
1845 if (pred == ICmpInst::ICMP_ULT || pred == ICmpInst::ICMP_ULE) Result = 1;
1852 if (pred == ICmpInst::ICMP_ULT) Resul
[all...]
H A DInstructions.cpp3142 case ICMP_ULT: return ICMP_UGE;
3143 case ICMP_UGE: return ICMP_ULT;
3176 case ICMP_ULT: return ICMP_SLT;
3186 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE:
3189 case ICMP_SLT: return ICMP_ULT;
3206 case ICmpInst::ICMP_ULT:
3267 case ICMP_UGT: return ICMP_ULT;
3268 case ICMP_ULT: return ICMP_UGT;
3291 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_ULE: case ICmpInst::ICMP_UGT:
3332 case ICMP_NE: case ICMP_UGT: case ICMP_ULT
[all...]
H A DConstantRange.cpp66 case CmpInst::ICMP_ULT: {
H A DAsmWriter.cpp708 case ICmpInst::ICMP_ULT: pred = "ult"; break;
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1710 case CmpInst::ICMP_ULT:
1875 case ICmpInst::ICMP_ULT:
2082 case ICmpInst::ICMP_ULT:
2162 case ICmpInst::ICMP_ULT:
2304 case ICmpInst::ICMP_ULT:
2333 case ICmpInst::ICMP_ULT:
2518 case CmpInst::ICMP_ULT:
2553 if (Pred == CmpInst::ICMP_ULT)
H A DScalarEvolution.cpp1020 if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_ULT, AR, N) ||
1021 (isLoopEntryGuardedByCond(L, ICmpInst::ICMP_ULT, Start, N) &&
1022 isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_ULT,
4002 case ICmpInst::ICMP_ULT:
4773 case ICmpInst::ICMP_ULT: { // while (X < Y)
5716 dyn_cast<ConstantInt>(ConstantExpr::getICmp(CmpInst::ICMP_ULT,
5983 Pred = ICmpInst::ICMP_ULT;
6037 case ICmpInst::ICMP_ULT:
6123 Pred = ICmpInst::ICMP_ULT;
6128 Pred = ICmpInst::ICMP_ULT;
[all...]
H A DLazyValueInfo.cpp818 if (ICI->getPredicate() == ICmpInst::ICMP_ULT)
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp197 case ICmpInst::ICMP_ULT: return ISD::SETULT;
/external/lldb/source/Expression/
H A DIRInterpreter.cpp495 case CmpInst::ICMP_ULT:
1054 case CmpInst::ICMP_ULT:
/external/llvm/include/llvm/IR/
H A DInstrTypes.h681 ICMP_ULT = 36, ///< unsigned less than enumerator in enum:llvm::CmpInst::Predicate
H A DPatternMatch.h996 return Pred == CmpInst::ICMP_ULT || Pred == CmpInst::ICMP_ULE;
H A DIRBuilder.h1245 return CreateICmp(ICmpInst::ICMP_ULT, LHS, RHS, Name);
/external/llvm/unittests/IR/
H A DInstructionsTest.cpp313 ICmpInst *ICmp1 = new ICmpInst(ICmpInst::ICMP_ULT, PtrVecA, PtrVecB);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp887 case ICmpInst::ICMP_ULT: Out << "ULT"; break;
1294 case ICmpInst::ICMP_ULT: Out << "ICmpInst::ICMP_ULT"; break;
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp173 dbgs() << "Unhandled type for ICMP_ULT predicate: " << *Ty << "\n";
287 case ICmpInst::ICMP_ULT: R = executeICMP_ULT(Src1, Src2, Ty); break;
652 case ICmpInst::ICMP_ULT: return executeICMP_ULT(Src1, Src2, Ty);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp196 case CmpInst::ICMP_ULT: Predicate = CmpInst::FCMP_FALSE; break;
234 case CmpInst::ICMP_ULT: CC = X86::COND_B; break;
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp755 case CmpInst::ICMP_ULT:
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp231 case CmpInst::ICMP_ULT:
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp491 VISITCOMP(LT, ICMP_ULT, ICMP_SLT, FCMP_OLT)

Completed in 930 milliseconds

12