Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19886 ConstantSDNode *SubsC = dyn_cast<ConstantSDNode>(SubsNode->getOperand(1)); in performSubsToAndsCombine() local
19887 if (!SubsC) in performSubsToAndsCombine()
19890 APInt SubsAP = SubsC->getAPIntValue(); in performSubsToAndsCombine()
19910 DAG.getConstant(AndSMask, DL, SubsC->getValueType(0))); in performSubsToAndsCombine()