HomeSort by relevance Sort by last modified time
    Searched refs:ABE (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/MC/
MCExpr.cpp 499 const MCBinaryExpr *ABE = cast<MCBinaryExpr>(this);
502 if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout,
504 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,
511 switch (ABE->getOpcode()) {
534 switch (ABE->getOpcode()) {
  /external/llvm/lib/MC/
MCExpr.cpp 685 const MCBinaryExpr *ABE = cast<MCBinaryExpr>(this);
688 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
690 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
697 switch (ABE->getOpcode()) {
719 switch (ABE->getOpcode()) {

Completed in 263 milliseconds