Searched refs:BinaryExpr (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 240 if (const MCBinaryExpr *BinaryExpr = dyn_cast<MCBinaryExpr>(Imm.Value)) in isHiImm16() local 242 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())) in isHiImm16() 277 if (const MCBinaryExpr *BinaryExpr = dyn_cast<MCBinaryExpr>(Imm.Value)) in isLoImm16() local 279 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())) in isLoImm16() 301 if (const MCBinaryExpr *BinaryExpr = dyn_cast<MCBinaryExpr>(Imm.Value)) in isLoImm16Signed() local 303 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())) in isLoImm16Signed() 352 if (const MCBinaryExpr *BinaryExpr = dyn_cast<MCBinaryExpr>(Imm.Value)) { in isLoImm21() local 354 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())) in isLoImm21() 357 dyn_cast<MCSymbolRefExpr>(BinaryExpr->getLHS())) in isLoImm21() 478 const MCBinaryExpr *BinaryExpr = dyn_cast<MCBinaryExpr>(getImm()); in addLoImm16Operands() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiMCCodeEmitter.cpp | 124 const MCBinaryExpr *BinaryExpr = static_cast<const MCBinaryExpr *>(Expr); in getMachineOpValue() local 125 Expr = BinaryExpr->getLHS(); in getMachineOpValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumNodes.def | 69 NODE(BinaryExpr)
|
| H A D | ItaniumDemangle.h | 1834 class BinaryExpr : public Node { 1840 BinaryExpr(const Node *LHS_, std::string_view InfixOperator_, in BinaryExpr() function 4460 return make<BinaryExpr>(LHS, Kind, RHS, Prec); in parseBinaryExpr()
|
| /freebsd/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 >=() 2262 auto operator <= ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator <=() [all …]
|