Home
last modified time | relevance | path

Searched defs:getLHS (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSemaConcept.h130 NormalizedConstraint &getLHS() const { in getLHS() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h658 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } in getLHS() function
756 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } in getLHS() function
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h442 LHSTYPE getLHS() const { return LHS; } in getLHS() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h299 const SCEV *getLHS() const { return Operands[0]; } in getLHS() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCExpr.h628 const MCExpr *getLHS() const { return LHS; } in getLHS() function
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h901 Init *getLHS() const { return LHS; } in getLHS() function
960 Init *getLHS() const { return LHS; } in getLHS() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2685 Expr *getLHS() { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
2686 const Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
3863 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
4186 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
4573 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
H A DStmt.h1700 Expr *getLHS() { in getLHS() function
1704 const Expr *getLHS() const { in getLHS() function
H A DExprCXX.h332 const Expr *getLHS() const { return getDecomposedForm().LHS; } in getLHS() function
4708 Expr *getLHS() const { return static_cast<Expr*>(SubExprs[SubExpr::LHS]); } in getLHS() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaConcept.cpp63 const Expr *getLHS() const { return LHS; } in getLHS() function in __anon7c248e780111::LogicalBinOp
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12137 static Value *getLHS(RecurKind Kind, Instruction *I) { in getLHS() function in __anonc518864bbf11::HorizontalReduction