Searched refs:ICMP_SGT (Results 1 - 25 of 30) 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.cpp42 case ICmpInst::ICMP_SGT:
58 case ICmpInst::ICMP_SGT:
437 else if ((Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT)
438 && CI->isMaxValue(Pred == ICmpInst::ICMP_SGT))
445 case ICmpInst::ICMP_SGT: {
452 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT)
531 if (Pred == ICmpInst::ICMP_SGT && Cmp->isAllOnesValue()) {
H A DInstCombineCompares.cpp126 case ICmpInst::ICMP_SGT: // True if LHS s> -1
158 if (pred == ICmpInst::ICMP_SGT) {
789 return new ICmpInst(ICmpInst::ICMP_SGT, X, ConstantExpr::getSub(SMax, CI));
798 assert(Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE);
950 case ICmpInst::ICMP_SGT:
1082 (ICI.getPredicate() == ICmpInst::ICMP_SGT && RHSV.isAllOnesValue())) {
1094 bool isTrueIfPositive = ICI.getPredicate() == ICmpInst::ICMP_SGT;
1100 return new ICmpInst(ICmpInst::ICMP_SGT, CompareVal,
1388 if (Pred == ICmpInst::ICMP_SGT)
1400 if (Pred == ICmpInst::ICMP_SGT || Pre
[all...]
H A DInstCombineAndOrXor.cpp302 ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT);
509 if (I->getPredicate() == ICmpInst::ICMP_SGT)
849 case ICmpInst::ICMP_SGT: // (X != 13 & X s> 15) -> X s> 15
866 case ICmpInst::ICMP_SGT: // (X u< 13 & X s> 15) -> no change
893 case ICmpInst::ICMP_SGT: // (X u> 13 & X s> 15) -> no change
905 case ICmpInst::ICMP_SGT:
909 case ICmpInst::ICMP_SGT: // (X s> 13 & X s> 15) -> X s> 15
1597 case ICmpInst::ICMP_SGT: // (X == 13 | X s> 14) -> no change
1610 case ICmpInst::ICMP_SGT: // (X != 13 | X s> 15) -> X != 13
1628 case ICmpInst::ICMP_SGT
[all...]
H A DInstCombineCasts.cpp521 (ICI->getPredicate() == ICmpInst::ICMP_SGT &&Op1CV.isAllOnesValue())) {
531 if (ICI->getPredicate() == ICmpInst::ICMP_SGT) {
909 (Pred == ICmpInst::ICMP_SGT && Op1C->isAllOnesValue())) {
917 if (Pred == ICmpInst::ICMP_SGT)
/external/llvm/lib/IR/
H A DConstantFold.cpp1356 pred = isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1466 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1473 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1497 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1537 case 1: return isSigned ? ICmpInst::ICMP_SGT:ICmpInst::ICMP_UGT;
1546 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1643 case ICmpInst::ICMP_SGT: return ConstantInt::get(ResultTy, V1.sgt(V2));
1794 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SGE:
1806 case ICmpInst::ICMP_SGT:
1808 case ICmpInst::ICMP_SGT
[all...]
H A DInstructions.cpp3031 case ICMP_SGT: return ICMP_SLE;
3034 case ICMP_SLE: return ICMP_SGT;
3059 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE:
3061 case ICMP_UGT: return ICMP_SGT;
3074 case ICMP_SGT: return ICMP_UGT;
3110 case ICmpInst::ICMP_SGT:
3149 case ICMP_SGT: return ICMP_SLT;
3150 case ICMP_SLT: return ICMP_SGT;
3185 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_SLE: case ICmpInst::ICMP_SGT:
3218 case ICMP_NE: case ICMP_UGT: case ICMP_ULT: case ICMP_SGT
[all...]
H A DAsmWriter.cpp701 case ICmpInst::ICMP_SGT: pred = "sgt"; break;
/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp390 case CmpInst::ICMP_SGT:
401 } else if (CV->isAllOnesValue() && CI->getPredicate() == CmpInst::ICMP_SGT) {
H A DDependenceAnalysis.cpp909 case CmpInst::ICMP_SGT:
1034 if (isKnownPredicate(CmpInst::ICMP_SGT, AbsDelta, Product)) {
1216 if (isKnownPredicate(CmpInst::ICMP_SGT, Delta, ML)) {
1620 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
1730 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
1945 if (isKnownPredicate(CmpInst::ICMP_SGT, C2_C1, A1N1)) {
1968 if (isKnownPredicate(CmpInst::ICMP_SGT, C2_C1, A1N1_A2N2)) {
1989 if (isKnownPredicate(CmpInst::ICMP_SGT, A1N1_A2N2, C2_C1)) {
2006 if (isKnownPredicate(CmpInst::ICMP_SGT, A1N1, C2_C1)) {
2616 if (isKnownPredicate(CmpInst::ICMP_SGT, LowerBoun
[all...]
H A DInstructionSimplify.cpp1948 case ICmpInst::ICMP_SGT:
2096 case ICmpInst::ICMP_SGT:
2148 case ICmpInst::ICMP_SGT:
2254 case ICmpInst::ICMP_SGT:
2283 case ICmpInst::ICMP_SGT:
2398 case CmpInst::ICMP_SGT: {
2510 if (Pred == CmpInst::ICMP_SGT)
H A DScalarEvolution.cpp1073 *Pred = ICmpInst::ICMP_SGT;
3881 case ICmpInst::ICMP_SGT:
4624 case ICmpInst::ICMP_SGT: {
5803 Pred = ICmpInst::ICMP_SGT;
5853 case ICmpInst::ICMP_SGT:
5912 Pred = ICmpInst::ICMP_SGT;
5917 Pred = ICmpInst::ICMP_SGT;
6028 case ICmpInst::ICMP_SGT:
6316 case ICmpInst::ICMP_SGT:
/external/llvm/include/llvm/IR/
H A DInstrTypes.h678 ICMP_SGT = 38, ///< signed greater than enumerator in enum:llvm::CmpInst::Predicate
H A DIRBuilder.h1179 return CreateICmp(ICmpInst::ICMP_SGT, LHS, RHS, Name);
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp197 case ICmpInst::ICMP_SGT: return ISD::SETGT;
/external/llvm/lib/Support/
H A DConstantRange.cpp96 case CmpInst::ICMP_SGT: {
/external/llvm/unittests/IR/
H A DInstructionsTest.cpp235 ICmpInst *ICmp0 = new ICmpInst(ICmpInst::ICMP_SGT, PtrVecA, PtrVecB);
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp314 case CmpInst::FCMP_UGT: NewPred = CmpInst::ICMP_SGT; break;
347 if (NewPred == CmpInst::ICMP_SLE || NewPred == CmpInst::ICMP_SGT) {
/external/llvm/unittests/Support/
H A DConstantRangeTest.cpp505 EXPECT_TRUE(ConstantRange::makeICmpRegion(ICmpInst::ICMP_SGT,
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp214 dbgs() << "Unhandled type for ICMP_SGT predicate: " << *Ty << "\n";
289 case ICmpInst::ICMP_SGT: R = executeICMP_SGT(Src1, Src2, Ty); break;
650 case ICmpInst::ICMP_SGT: return executeICMP_SGT(Src1, Src2, Ty);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp878 case ICmpInst::ICMP_SGT: Out << "SGT"; break;
1281 case ICmpInst::ICMP_SGT: Out << "ICmpInst::ICMP_SGT"; break;
/external/llvm/include/llvm/Support/
H A DPatternMatch.h885 return Pred == CmpInst::ICMP_SGT || Pred == CmpInst::ICMP_SGE;
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp998 case CmpInst::ICMP_SGT: SwapArgs = false; SetCCOpc = X86::SETGr; break;
1119 case CmpInst::ICMP_SGT: SwapArgs = false; BranchOpc = X86::JG_4; break;
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1276 (pre == CmpInst::ICMP_SGT || pre == CmpInst::ICMP_SLE)) {
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp489 VISITCOMP(GT, ICMP_UGT, ICMP_SGT, FCMP_OGT)

Completed in 3092 milliseconds

12