Searched defs:getRHS (Results 1 – 11 of 11) sorted by relevance
136 NormalizedConstraint &getRHS() const { in getRHS() function
488 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); } in getRHS() function536 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); } in getRHS() function
379 RHSTYPE getRHS() const { return RHS; } in getRHS() function
55 const Expr *getRHS() const { return RHS; } in getRHS() function in __anonefaa2e2c0111::LogicalBinOp
316 const SCEV *getRHS() const { return Operands[1]; } in getRHS() function
629 const MCExpr *getRHS() const { return RHS; } in getRHS() function
851 Init *getRHS() const { return RHS; } in getRHS() function909 Init *getRHS() const { return RHS; } in getRHS() function
2609 Expr *getRHS() { return cast<Expr>(SubExprs[RHS]); } in getRHS() function2610 const Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function3780 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function4102 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function4490 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
334 const Expr *getRHS() const { return getDecomposedForm().RHS; } in getRHS() function4611 Expr *getRHS() const { return static_cast<Expr*>(SubExprs[SubExpr::RHS]); } in getRHS() function
1667 Expr *getRHS() { in getRHS() function1673 const Expr *getRHS() const { in getRHS() function
7273 static Value *getRHS(RecurKind Kind, Instruction *I) { in getRHS() function in __anon7a00047f2a11::HorizontalReduction