Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaConcept.h131 NormalizedConstraint &getLHS() const { in getLHS() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h487 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } in getLHS() function
535 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); } in getLHS() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h378 LHSTYPE getLHS() const { return LHS; } in getLHS() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp54 const Expr *getLHS() const { return LHS; } in getLHS() function in __anonefaa2e2c0111::LogicalBinOp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h315 const SCEV *getLHS() const { return Operands[0]; } in getLHS() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h626 const MCExpr *getLHS() const { return LHS; } in getLHS() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h850 Init *getLHS() const { return LHS; } in getLHS() function
907 Init *getLHS() const { return LHS; } in getLHS() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2605 Expr *getLHS() { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
2606 const Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
3778 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
4101 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
4488 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
H A DExprCXX.h333 const Expr *getLHS() const { return getDecomposedForm().LHS; } in getLHS() function
4610 Expr *getLHS() const { return static_cast<Expr*>(SubExprs[SubExpr::LHS]); } in getLHS() function
H A DStmt.h1655 Expr *getLHS() { in getLHS() function
1659 const Expr *getLHS() const { in getLHS() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7268 static Value *getLHS(RecurKind Kind, Instruction *I) { in getLHS() function in __anon7a00047f2a11::HorizontalReduction