Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h135 NormalizedConstraint &getRHS() const { getRHS() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h361 MachineOperand &getRHS() { return getOperand(3); } getRHS() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h761 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); } getRHS() function
859 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); } getRHS() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h444 RHSTYPE getRHS() const { return RHS; } in getRHS() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h634 const MCExpr *getRHS() const { return RHS; } getRHS() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h317 const SCEV *getRHS() const { return Operands[1]; } in getRHS() function
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2673 Expr *getRHS() { return cast<Expr>(SubExprs[RHS]); } getRHS() function
2674 const Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } getRHS() function
3862 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } getRHS() function
4185 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } getRHS() function
4573 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } getRHS() function
[all...]
H A DExprCXX.h333 const Expr *getRHS() const { return getDecomposedForm().RHS; } in getRHS() function
4727 Expr *getRHS() const { return static_cast<Expr*>(SubExprs[SubExpr::RHS]); } getRHS() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp67 const Expr *getRHS() const { return RHS; } in getRHS() function in __anon253528930111::LogicalBinOp
[all...]