Home
last modified time | relevance | path

Searched defs:getLHS (Results 1 – 17 of 17) 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-16.0/llvm/include/llvm/IR/
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
/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/Analysis/
DScalarEvolutionExpressions.h270 const SCEV *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/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-16.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h299 const SCEV *getLHS() const { return Operands[0]; } in getLHS() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCExpr.h628 const MCExpr *getLHS() const { return LHS; } 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-16.0/llvm/include/llvm/TableGen/
DRecord.h901 Init *getLHS() const { return LHS; } in getLHS() function
960 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 __anon8865720c1f11::HorizontalReduction::OperationData
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp12137 static Value *getLHS(RecurKind Kind, Instruction *I) { in getLHS() function in __anona9086f92bf11::HorizontalReduction