Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp709 auto *N01C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in trySignedBitfieldExtract() local
710 if (!N01C) in trySignedBitfieldExtract()
713 const unsigned LeftShAmt = N01C->getZExtValue(); in trySignedBitfieldExtract()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7377 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local
7380 if (!N01C || (N01C->getZExtValue() != 0xFF00 && in MatchBSwapHWordLow()
7381 N01C->getZExtValue() != 0xFFFF)) in MatchBSwapHWordLow()
7404 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in MatchBSwapHWordLow() local
7406 if (!N01C || !N11C) in MatchBSwapHWordLow()
7408 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()
10388 const ConstantSDNode *N01C = isConstOrConstSplat(N0.getOperand(1)); in visitSRA() local
10389 if (N01C) { in visitSRA()
10398 int ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue(); in visitSRA()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14328 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in CombineANDShift() local
14329 if (!N01C) in CombineANDShift()
14332 uint32_t C2 = (uint32_t)N01C->getZExtValue(); in CombineANDShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49914 ConstantSDNode *N01C = in combineAnd() local
49917 if (N1C && N01C) { in combineAnd()
49918 const APInt &MulC = N01C->getAPIntValue(); in combineAnd()