Searched defs:CShift (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86InstCombineIntrinsic.cpp | 367 auto *CShift = dyn_cast<Constant>(Amt); simplifyX86varShift() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstructionCombining.cpp | 885 __anoncc7b93c20402(unsigned BinOpc1, unsigned BinOpc2, unsigned ShOpc, Constant *CMask, Constant *CShift) foldBinOpShiftWithShift() argument |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIISelLowering.cpp | 11342 if (auto *CShift = dyn_cast<ConstantSDNode>(LHS->getOperand(1))) { performAndCombine() local |