Searched refs:BinaryExpr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 244 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())) in isHiImm16() 281 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())) in isLoImm16() 305 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())) in isLoImm16Signed() 356 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())) in isLoImm21() 359 dyn_cast<MCSymbolRefExpr>(BinaryExpr->getLHS())) in isLoImm21() 481 assert(BinaryExpr && isa<LanaiMCExpr>(BinaryExpr->getLHS()) && in addLoImm16Operands() 482 cast<LanaiMCExpr>(BinaryExpr->getLHS())->getKind() == in addLoImm16Operands() 512 assert(BinaryExpr && isa<LanaiMCExpr>(BinaryExpr->getLHS()) && in addHiImm16Operands() 513 cast<LanaiMCExpr>(BinaryExpr->getLHS())->getKind() == in addHiImm16Operands() 551 assert(BinaryExpr && isa<LanaiMCExpr>(BinaryExpr->getLHS()) && in addLoImm21Operands() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiMCCodeEmitter.cpp | 123 const MCBinaryExpr *BinaryExpr = static_cast<const MCBinaryExpr *>(Expr); in getMachineOpValue() local 124 Expr = BinaryExpr->getLHS(); in getMachineOpValue()
|
| /freebsd-13.1/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 2194 class BinaryExpr : public ITransientExpression { class 2205 BinaryExpr( bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs ) in BinaryExpr() function in Catch::BinaryExpr 2213 auto operator && ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator &&() 2220 auto operator || ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator ||() 2227 auto operator == ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator ==() 2234 auto operator != ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator !=() 2241 auto operator > ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator >() 2248 auto operator < ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator <() 2255 auto operator >= ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator >=() 2317 auto operator == ( bool rhs ) -> BinaryExpr<LhsT, bool> const { in operator ==() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 80 X(BinaryExpr) \ 1555 class BinaryExpr : public Node { 1561 BinaryExpr(const Node *LHS_, StringView InfixOperator_, const Node *RHS_) in BinaryExpr() function 4094 return make<BinaryExpr>(LHS, Kind, RHS); in parseBinaryExpr()
|