Searched defs:getLHS (Results 1 – 11 of 11) sorted by relevance
131 NormalizedConstraint &getLHS() const { in getLHS() function
487 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } in getLHS() function535 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } in getLHS() function
378 LHSTYPE getLHS() const { return LHS; } in getLHS() function
54 const Expr *getLHS() const { return LHS; } in getLHS() function in __anonefaa2e2c0111::LogicalBinOp
315 const SCEV *getLHS() const { return Operands[0]; } in getLHS() function
626 const MCExpr *getLHS() const { return LHS; } in getLHS() function
850 Init *getLHS() const { return LHS; } in getLHS() function907 Init *getLHS() const { return LHS; } in getLHS() function
2605 Expr *getLHS() { return cast<Expr>(SubExprs[LHS]); } in getLHS() function2606 const Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function3778 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function4101 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function4488 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
333 const Expr *getLHS() const { return getDecomposedForm().LHS; } in getLHS() function4610 Expr *getLHS() const { return static_cast<Expr*>(SubExprs[SubExpr::LHS]); } in getLHS() function
1655 Expr *getLHS() { in getLHS() function1659 const Expr *getLHS() const { in getLHS() function
7268 static Value *getLHS(RecurKind Kind, Instruction *I) { in getLHS() function in __anon7a00047f2a11::HorizontalReduction