Home
last modified time | relevance | path

Searched refs:getShiftedImmVal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp344 const MCExpr *getShiftedImmVal() const { in getShiftedImmVal() function in __anon170f337d0211::AArch64Operand
1257 addExpr(Inst, getShiftedImmVal()); in addAddSubImmOperands()
1268 const MCExpr *MCE = isShiftedImm() ? getShiftedImmVal() : getImm(); in addAddSubImmNegOperands()
1795 OS << *getShiftedImmVal(); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp486 const MCExpr *getShiftedImmVal() const { in getShiftedImmVal() function in __anon766491d50111::AArch64Operand
746 if (auto *CE = dyn_cast<MCConstantExpr>(getShiftedImmVal())) in getShiftedVal()
1527 addExpr(Inst, getShiftedImmVal()); in addImmWithOptionalShiftOperands()
1990 OS << *getShiftedImmVal(); in print()