Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1015 bool ZeroImm = Operand.isImm() && Operand.getImm() == 0; in ExpandTMOV32BitImm() local
1020 if (PendingShift && (!ZeroImm || Byte == 3)) { in ExpandTMOV32BitImm()
1034 if (!ZeroImm) { in ExpandTMOV32BitImm()
1048 if (PendingShift || !ZeroImm) in ExpandTMOV32BitImm()