Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp19682 uint64_t CNImm = CN->getZExtValue(); in SelectOptimalAddrMode() local
19693 if ((CNType == MVT::i32 || isInt<32>(CNImm)) && in SelectOptimalAddrMode()
19694 (!Align || isAligned(*Align, CNImm))) { in SelectOptimalAddrMode()
19695 int32_t Addr = (int32_t)CNImm; in SelectOptimalAddrMode()