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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5466 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
5469 if (!N01C || (N01C->getZExtValue() != 0xFF00 &&
5470 N01C->getZExtValue() != 0xFFFF))
5493 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
5495 if (!N01C || !N11C)
5497 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
7377 // (truncate:TruncVT (and N00, N01C)) -> (and (truncate:TruncVT N00), TruncC)
7785 const ConstantSDNode *N01C = isConstOrConstSplat(N0.getOperand(1)); local
7786 if (N01C) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12101 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); local
12102 if (!N01C)
12105 uint32_t C2 = (uint32_t)N01C->getZExtValue();

Completed in 189 milliseconds