Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaConcept.h136 NormalizedConstraint &getRHS() const { in getRHS() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h488 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); } in getRHS() function
536 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); } in getRHS() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h379 RHSTYPE getRHS() const { return RHS; } in getRHS() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp55 const Expr *getRHS() const { return RHS; } in getRHS() function in __anonefaa2e2c0111::LogicalBinOp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h316 const SCEV *getRHS() const { return Operands[1]; } in getRHS() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h629 const MCExpr *getRHS() const { return RHS; } in getRHS() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h851 Init *getRHS() const { return RHS; } in getRHS() function
909 Init *getRHS() const { return RHS; } in getRHS() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2609 Expr *getRHS() { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
2610 const Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
3780 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
4102 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
4490 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
H A DExprCXX.h334 const Expr *getRHS() const { return getDecomposedForm().RHS; } in getRHS() function
4611 Expr *getRHS() const { return static_cast<Expr*>(SubExprs[SubExpr::RHS]); } in getRHS() function
H A DStmt.h1667 Expr *getRHS() { in getRHS() function
1673 const Expr *getRHS() const { in getRHS() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7273 static Value *getRHS(RecurKind Kind, Instruction *I) { in getRHS() function in __anon7a00047f2a11::HorizontalReduction