Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17608 const APInt &ConstImm = CN->getAPIntValue(); in computeFlagsForAddressComputation() local
17609 if (ConstImm.isSignedIntN(32)) { // Flag to handle 32-bit constants. in computeFlagsForAddressComputation()
17611 SetAlignFlagsForImm(ConstImm.getZExtValue()); in computeFlagsForAddressComputation()
17614 if (ConstImm.isSignedIntN(34)) // Flag to handle 34-bit constants. in computeFlagsForAddressComputation()
17627 const APInt &ConstImm = CN->getAPIntValue(); in computeFlagsForAddressComputation() local
17628 if (ConstImm.isSignedIntN(16)) { in computeFlagsForAddressComputation()
17630 SetAlignFlagsForImm(ConstImm.getZExtValue()); in computeFlagsForAddressComputation()
17633 if (ConstImm.isSignedIntN(34)) in computeFlagsForAddressComputation()