Home
last modified time | relevance | path

Searched defs:getRHS (Results 1 – 17 of 17) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h298 const llvm::APSInt &getRHS() const { return RHS; } in getRHS() function
332 const SymExpr *getRHS() const { return RHS; } in getRHS() function
366 const SymExpr *getRHS() const { return RHS; } in getRHS() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DIntrinsicInst.h659 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); } in getRHS() function
757 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); } in getRHS() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h269 Value *getRHS() const { return const_cast<Value*>(getArgOperand(1)); } in getRHS() function
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h254 const SCEV *getRHS() const { return RHS; } in getRHS() function
/external/llvm/include/llvm/TableGen/
DRecord.h840 Init *getRHS() const { return RHS; } in getRHS() function
898 Init *getRHS() const { return RHS; } in getRHS() function
/external/llvm/include/llvm/MC/
DMCExpr.h512 const MCExpr *getRHS() const { return RHS; } in getRHS() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h573 const MCExpr *getRHS() const { return RHS; } in getRHS() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h271 const SCEV *getRHS() const { return RHS; } in getRHS() function
/external/clang/include/clang/AST/
DExpr.h2100 Expr *getRHS() { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
2101 const Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
2945 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
3216 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
3596 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
DStmt.h715 Expr *getRHS() { return reinterpret_cast<Expr*>(SubExprs[RHS]); } in getRHS() function
721 const Expr *getRHS() const { in getRHS() function
DExprCXX.h4089 Expr *getRHS() const { return static_cast<Expr*>(SubExprs[1]); } in getRHS() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCExpr.h631 const MCExpr *getRHS() const { return RHS; } in getRHS() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h300 const SCEV *getRHS() const { return Operands[1]; } in getRHS() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h847 Init *getRHS() const { return RHS; } in getRHS() function
905 Init *getRHS() const { return RHS; } in getRHS() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/
DRecord.h902 Init *getRHS() const { return RHS; } in getRHS() function
962 Init *getRHS() const { return RHS; } in getRHS() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6332 Value *getRHS() const { return RHS; } in getRHS() function in __anon3ca649ae1f11::HorizontalReduction::OperationData
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp12142 static Value *getRHS(RecurKind Kind, Instruction *I) { in getRHS() function in __anon5d494734bf11::HorizontalReduction