Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19890 APInt SubsAP = SubsC->getAPIntValue(); in performSubsToAndsCombine() local
19892 if (!SubsAP.isMask()) in performSubsToAndsCombine()
19895 if (!SubsAP.isPowerOf2()) in performSubsToAndsCombine()
19904 APInt MaskAP = CC == AArch64CC::HI ? SubsAP : (SubsAP - 1); in performSubsToAndsCombine()