Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp449 auto *CShift = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86varShift() local
450 if (!CShift) in simplifyX86varShift()
464 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7291 if (auto *CShift = dyn_cast<ConstantSDNode>(LHS->getOperand(1))) { in performAndCombine() local
7292 unsigned Shift = CShift->getZExtValue(); in performAndCombine()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4153 if (ConstantSDNode *CShift = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in visitANDLike() local
4156 unsigned ShiftBits = CShift->getZExtValue(); in visitANDLike()