Home
last modified time | relevance | path

Searched refs:ShAmt1C (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13518 } else if (ConstantSDNode *ShAmt1C = dyn_cast<ConstantSDNode>(ShAmt1)) { in PerformOrCombine() local
13521 ShAmt0C->getSExtValue() + ShAmt1C->getSExtValue() == Bits) in PerformOrCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp28489 } else if (ConstantSDNode *ShAmt1C = dyn_cast<ConstantSDNode>(ShAmt1)) { in combineOr() local
28492 ShAmt0C->getSExtValue() + ShAmt1C->getSExtValue() == Bits) in combineOr()