Searched defs:getLHS (Results 1 – 11 of 11) sorted by relevance
130 NormalizedConstraint &getLHS() const { in getLHS() function
658 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } in getLHS() function756 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } in getLHS() function
442 LHSTYPE getLHS() const { return LHS; } in getLHS() function
299 const SCEV *getLHS() const { return Operands[0]; } in getLHS() function
628 const MCExpr *getLHS() const { return LHS; } in getLHS() function
901 Init *getLHS() const { return LHS; } in getLHS() function960 Init *getLHS() const { return LHS; } in getLHS() function
2685 Expr *getLHS() { return cast<Expr>(SubExprs[LHS]); } in getLHS() function2686 const Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function3863 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function4186 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function4573 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
1700 Expr *getLHS() { in getLHS() function1704 const Expr *getLHS() const { in getLHS() function
332 const Expr *getLHS() const { return getDecomposedForm().LHS; } in getLHS() function4708 Expr *getLHS() const { return static_cast<Expr*>(SubExprs[SubExpr::LHS]); } in getLHS() function
63 const Expr *getLHS() const { return LHS; } in getLHS() function in __anon7c248e780111::LogicalBinOp
12137 static Value *getLHS(RecurKind Kind, Instruction *I) { in getLHS() function in __anonc518864bbf11::HorizontalReduction