Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3338 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local
3339 if (!N01C || N01C->getZExtValue() != 0xFF00) in MatchBSwapHWordLow()
3363 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local
3365 if (!N01C || !N11C) in MatchBSwapHWordLow()
3367 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()
4193 if (const ConstantSDNode *N01C = getAsNonOpaqueConstant(N0.getOperand(1))) { in visitXOR() local
4197 N01C->getAPIntValue(), DL, VT)); in visitXOR()
4324 if (ConstantSDNode *N01C = isConstOrConstSplat(N01)) { in distributeTruncateThroughAnd() local
4325 if (!N01C->isOpaque()) { in distributeTruncateThroughAnd()
4328 APInt TruncC = N01C->getAPIntValue(); in distributeTruncateThroughAnd()
[all …]