Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp366 auto *CShift = dyn_cast<Constant>(Amt); in simplifyX86varShift() local
367 if (!CShift) in simplifyX86varShift()
375 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9598 if (auto *CShift = dyn_cast<ConstantSDNode>(LHS->getOperand(1))) { in performAndCombine() local
9599 unsigned Shift = CShift->getZExtValue(); in performAndCombine()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5603 if (ConstantSDNode *CShift = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in visitANDLike() local
5606 unsigned ShiftBits = CShift->getZExtValue(); in visitANDLike()