Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23508 ConstantSDNode *SubsC = dyn_cast<ConstantSDNode>(SubsNode->getOperand(1)); in performSubsToAndsCombine() local
23509 if (!SubsC) in performSubsToAndsCombine()
23512 APInt SubsAP = SubsC->getAPIntValue(); in performSubsToAndsCombine()
23532 DAG.getConstant(AndSMask, DL, SubsC->getValueType(0))); in performSubsToAndsCombine()