Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:BE

442   // the imm operand can be either an expression or an immediate.
448 Error(IDLoc, "set: argument must be between -2147483648 and 4294967295");
1120 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr);
1121 return hasGOTReference(BE->getLHS()) || hasGOTReference(BE->getRHS());