/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | 119 case ICmpInst::ICMP_SLT: // True if LHS s< 0 122 case ICmpInst::ICMP_SLE: // True if LHS s<= RHS and RHS == -1 125 case ICmpInst::ICMP_SGT: // True if LHS s> -1 129 // True if LHS u> RHS and RHS == high-bit-mask - 1 133 // True if LHS u>= RHS and RHS == high-bit-mask (2^7, 2^15, 2^31, etc) 570 /// else. At this point we know that the GEP is on the LHS of the comparison. [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerManager.h | 587 static bool isEqual(clang::ento::CheckerManager::CachedStmtCheckersKey LHS, 589 return LHS == RHS;
|
/external/clang/lib/Analysis/ |
LiveVariables.cpp | 337 Expr *LHS = B->getLHS()->IgnoreParens(); 339 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) 501 // FIXME: Scan for DeclRefExprs using in the LHS of an assignment.
|
/external/clang/lib/Basic/ |
DiagnosticIDs.cpp | 499 static bool WarningOptionCompare(const WarningOption &LHS, 501 return LHS.getName() < RHS.getName();
|
SourceManager.cpp | [all...] |
/external/clang/lib/Frontend/ |
PrintPreprocessedOutput.cpp | 548 const id_macro_pair *LHS = static_cast<const id_macro_pair*>(a); 550 return LHS->first->getName().compare(RHS->first->getName());
|
/external/clang/lib/Sema/ |
TreeTransform.h | [all...] |
SemaStmt.cpp | 131 // If the LHS is a plausible entity to assign to, provide a fixit hint to 447 bool operator()(const std::pair<llvm::APSInt, CaseStmt*> &LHS, 449 return LHS.first < RHS; 451 bool operator()(const std::pair<llvm::APSInt, CaseStmt*> &LHS, 453 return LHS.first < RHS.first; 455 bool operator()(const llvm::APSInt &LHS, 457 return LHS < RHS.first; 464 static bool CmpCaseVals(const std::pair<llvm::APSInt, CaseStmt*>& lhs, 466 if (lhs.first < rhs.first) 469 if (lhs.first == rhs.first & [all...] |
/external/clang/test/CXX/expr/expr.const/ |
p2-0x.cpp | 554 constexpr MulEq(Expr a, Expr b) : LHS(a), RHS(b) {} 555 Expr LHS;
|
/external/llvm/include/llvm/ |
InstrTypes.h | 634 Value *LHS, Value *RHS, const Twine &Name = "", 638 Value *LHS, Value *RHS, const Twine &Name, [all...] |
/external/llvm/lib/CodeGen/ |
IntrinsicLowering.cpp | 282 Value *LHS = Builder.CreateAnd(PartValue, MaskCst, "cppop.and1"); 287 PartValue = Builder.CreateAdd(LHS, RHS, "ctpop.step");
|
/external/llvm/lib/Support/ |
CommandLine.cpp | 199 StringRef &LHS = SplitArg.first; // LHS == Arg when no '=' is present. 214 StringRef Flag = PermitValue ? LHS : Arg; [all...] |
/external/llvm/unittests/Support/ |
ConstantRangeTest.cpp | 232 ConstantRange LHS(APInt(16, 4), APInt(16, 2)); 234 EXPECT_TRUE(LHS.intersectWith(RHS) == LHS);
|
/external/clang/include/clang/AST/ |
Stmt.h | 664 enum { LHS, RHS, SUBSTMT, END_EXPR }; 671 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, 675 SubExprs[LHS] = reinterpret_cast<Stmt*>(lhs); 692 Expr *getLHS() { return reinterpret_cast<Expr*>(SubExprs[LHS]); } 697 return reinterpret_cast<const Expr*>(SubExprs[LHS]); 705 void setLHS(Expr *Val) { SubExprs[LHS] = reinterpret_cast<Stmt*>(Val); } [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | 400 Value *LHS = EmitScalarExpr(E->getArg(0)); 406 LHS = Builder.CreateFCmpOGT(LHS, RHS, "cmp"); 409 LHS = Builder.CreateFCmpOGE(LHS, RHS, "cmp"); 412 LHS = Builder.CreateFCmpOLT(LHS, RHS, "cmp"); 415 LHS = Builder.CreateFCmpOLE(LHS, RHS, "cmp"); 418 LHS = Builder.CreateFCmpONE(LHS, RHS, "cmp") [all...] |
CGExprConstant.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | 446 /// getExactSDiv - Return an expression for LHS /s RHS, if it can be determined 452 static const SCEV *getExactSDiv(const SCEV *LHS, const SCEV *RHS, 456 if (LHS == RHS) 457 return SE.getConstant(LHS->getType(), 1); 466 return SE.getMulExpr(LHS, RC); 469 return LHS; 473 if (const SCEVConstant *C = dyn_cast<SCEVConstant>(LHS)) { 484 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LHS)) { 501 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(LHS)) { 517 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(LHS)) { [all...] |
JumpThreading.cpp | 421 // If we already inferred a value for this block on the LHS, don't 479 Value *LHS = PN->getIncomingValue(i); 482 Value *Res = SimplifyCmpInst(Cmp->getPredicate(), LHS, RHS, TD); 488 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS, 492 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT); 527 // Try to find a constant value for the LHS of a comparison, 732 // For a comparison where the LHS is outside this block, it's possible [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | [all...] |
/external/llvm/lib/Target/MBlaze/ |
MBlazeISelLowering.cpp | 572 SDValue LHS = Op.getOperand(0); 580 if (LHS.getValueType() == MVT::i32) { 582 CompareFlag = DAG.getNode(MBlazeISD::ICmp, dl, MVT::i32, LHS, RHS) [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 396 if (Value *LHS = GatherConstantCompares(I->getOperand(0), Vals, Extra, TD, 402 if (LHS == RHS) 403 return LHS; 412 return LHS; 420 // If the LHS can't be folded in, but Extra is available and RHS can, try to 421 // use LHS as Extra. 668 bool operator()(const ConstantInt *LHS, const ConstantInt *RHS) const { 669 return LHS->getValue().ult(RHS->getValue()); 675 const ConstantInt *LHS = *(const ConstantInt**)P1; 677 if (LHS->getValue().ult(RHS->getValue()) [all...] |
/external/clang/lib/ARCMigrate/ |
TransformActions.cpp | 97 static RangeComparison compare(SourceRange LHS, SourceRange RHS, 99 return CharRange(CharSourceRange::getTokenRange(LHS), SrcMgr, PP)
|