Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h769 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); } in getRHS() function
858 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); } in getRHS() function
904 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); } in getRHS() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h399 MachineOperand &getRHS() { return getOperand(3); } in getRHS() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp67 const Expr *getRHS() const { return RHS; } in getRHS() function in __anon0c0fec810111::LogicalBinOp
1545 NormalizedConstraint &NormalizedConstraint::getRHS() const { in getRHS() function in NormalizedConstraint
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h444 RHSTYPE getRHS() const { return RHS; } in getRHS() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h318 const SCEV *getRHS() const { return Operands[1]; } getRHS() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h638 const MCExpr *getRHS() const { return RHS; } in getRHS() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h969 Init *getRHS() const { return RHS; } in getRHS() function
1040 Init *getRHS() const { return RHS; } in getRHS() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2707 Expr *getRHS() { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
2708 const Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
3911 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
4238 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
4626 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
H A DExprCXX.h333 const Expr *getRHS() const { return getDecomposedForm().RHS; } in getRHS() function
4874 Expr *getRHS() const { return static_cast<Expr*>(SubExprs[SubExpr::RHS]); } in getRHS() function