Searched refs:getRhs (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 1535 if (adaptor.getLhs().getType() != adaptor.getRhs().getType()) in matchAndRewrite() 1538 mlir::Type type = op.getRhs().getType(); in matchAndRewrite() 1546 const mlir::Value rhs = adaptor.getRhs(); in matchAndRewrite() 1694 cmpOp, kind, adaptor.getLhs(), adaptor.getRhs()); in matchAndRewrite() 1703 cmpOp, kind, adaptor.getLhs(), adaptor.getRhs()); in matchAndRewrite() 1711 cmpOp, kind, adaptor.getLhs(), adaptor.getRhs()); in matchAndRewrite() 1717 mlir::Value rhs = adaptor.getRhs(); in matchAndRewrite() 2230 adaptor.getLhs(), adaptor.getRhs()); in matchAndRewrite() 2234 adaptor.getLhs(), adaptor.getRhs()); in matchAndRewrite() 2377 op, bitVec, adaptor.getLhs(), adaptor.getRhs()); in matchAndRewrite() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 204 Expression *getRhs();
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Nodes.cpp | 216 syntax::Expression *syntax::BinaryOperatorExpression::getRhs() { in getRhs() function in syntax::BinaryOperatorExpression
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRDialect.cpp | 1781 mlir::dyn_cast_if_present<cir::ConstVectorAttr>(adaptor.getRhs()); in fold() 2001 mlir::Attribute rhs = adaptor.getRhs(); in fold()
|