Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h297 const SymExpr *getLHS() const { return LHS; } in getLHS() function
333 const llvm::APSInt &getLHS() const { return LHS; } in getLHS() function
365 const SymExpr *getLHS() const { return LHS; } in getLHS() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h268 Value *getLHS() const { return const_cast<Value*>(getArgOperand(0)); } in getLHS() function
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h253 const SCEV *getLHS() const { return LHS; } in getLHS() function
/external/llvm/include/llvm/TableGen/
DRecord.h839 Init *getLHS() const { return LHS; } in getLHS() function
896 Init *getLHS() const { return LHS; } in getLHS() function
/external/llvm/include/llvm/MC/
DMCExpr.h509 const MCExpr *getLHS() const { return LHS; } in getLHS() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h570 const MCExpr *getLHS() const { return LHS; } in getLHS() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h270 const SCEV *getLHS() const { return LHS; } in getLHS() function
/external/clang/include/clang/AST/
DExpr.h2096 Expr *getLHS() { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
2097 const Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
2943 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
3215 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
3594 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
DStmt.h714 Expr *getLHS() { return reinterpret_cast<Expr*>(SubExprs[LHS]); } in getLHS() function
718 const Expr *getLHS() const { in getLHS() function
DExprCXX.h4088 Expr *getLHS() const { return static_cast<Expr*>(SubExprs[0]); } in getLHS() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h846 Init *getLHS() const { return LHS; } in getLHS() function
903 Init *getLHS() const { return LHS; } in getLHS() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6331 Value *getLHS() const { return LHS; } in getLHS() function in __anonae696b3d1f11::HorizontalReduction::OperationData