Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86InstCombineIntrinsic.cpp367 auto *CShift = dyn_cast<Constant>(Amt); in simplifyX86varShift() local
368 if (!CShift) in simplifyX86varShift()
376 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp362 auto *CShift = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86varShift() local
363 if (!CShift) in simplifyX86varShift()
377 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp473 auto *CShift = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86varShift() local
474 if (!CShift) in simplifyX86varShift()
488 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp8283 if (auto *CShift = dyn_cast<ConstantSDNode>(LHS->getOperand(1))) { in performAndCombine() local
8284 unsigned Shift = CShift->getZExtValue(); in performAndCombine()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp8997 if (auto *CShift = dyn_cast<ConstantSDNode>(LHS->getOperand(1))) { in performAndCombine() local
8998 unsigned Shift = CShift->getZExtValue(); in performAndCombine()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2966 if (ConstantSDNode *CShift = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in visitANDLike() local
2969 unsigned ShiftBits = CShift->getZExtValue(); in visitANDLike()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4721 if (ConstantSDNode *CShift = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in visitANDLike() local
4724 unsigned ShiftBits = CShift->getZExtValue(); in visitANDLike()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4994 if (ConstantSDNode *CShift = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in visitANDLike() local
4997 unsigned ShiftBits = CShift->getZExtValue(); in visitANDLike()