Home
last modified time | relevance | path

Searched defs:getLHS (Results 1 – 14 of 14) 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/include/llvm/Analysis/
DScalarEvolutionExpressions.h263 const SCEV *getLHS() const { return LHS; } in getLHS() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h403 const MCExpr *getLHS() const { return LHS; } in getLHS() function
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h253 const SCEV *getLHS() const { return LHS; } in getLHS() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h264 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-7.0/llvm/include/llvm/MC/
DMCExpr.h562 const MCExpr *getLHS() const { return LHS; } in getLHS() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h841 Init *getLHS() const { return LHS; } in getLHS() function
898 Init *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/include/llvm/TableGen/
DRecord.h987 Init *getLHS() const { return LHS; } in getLHS() function
1042 Init *getLHS() const { return LHS; } in getLHS() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5356 Value *getLHS() const { return LHS; } in getLHS() function in __anon179022771a11::HorizontalReduction::OperationData