Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp367 auto *CShift = dyn_cast<Constant>(Amt); in simplifyX86varShift() local
368 if (!CShift) in simplifyX86varShift()
376 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dintrin.def80 DEFNAME ("CSHIFT", "cshift", "CShift", genNONE, specCSHIFT) /* F90 */
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9677 if (auto *CShift = dyn_cast<ConstantSDNode>(LHS->getOperand(1))) { in performAndCombine() local
9678 unsigned Shift = CShift->getZExtValue(); in performAndCombine()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5685 if (ConstantSDNode *CShift = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in visitANDLike() local
5688 unsigned ShiftBits = CShift->getZExtValue(); in visitANDLike()