Home
last modified time | relevance | path

Searched refs:getLhs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1535 if (adaptor.getLhs().getType() != adaptor.getRhs().getType()) in matchAndRewrite()
1547 const mlir::Value lhs = adaptor.getLhs(); in matchAndRewrite()
1682 mlir::Type type = cmpOp.getLhs().getType(); 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()
1716 mlir::Value lhs = adaptor.getLhs(); in matchAndRewrite()
1720 auto complexType = mlir::cast<cir::ComplexType>(cmpOp.getLhs().getType()); in matchAndRewrite()
2224 mlir::Type elementType = elementTypeIfVector(op.getLhs().getType()); in matchAndRewrite()
2230 adaptor.getLhs(), adaptor.getRhs()); in matchAndRewrite()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp1779 mlir::dyn_cast_if_present<cir::ConstVectorAttr>(adaptor.getLhs()); in fold()
1990 if (getCond().getType().getSize() != getLhs().getType().getSize()) { in verify()
1992 << getCond().getType() << " and " << getLhs().getType() in verify()
2000 mlir::Attribute lhs = adaptor.getLhs(); in fold()
2025 cir::VectorType vecTy = getLhs().getType(); in fold()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h202 Expression *getLhs();
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp199 syntax::Expression *syntax::BinaryOperatorExpression::getLhs() { in getLhs() function in syntax::BinaryOperatorExpression