Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5562 auto *ShiftC = ConstantInt::get(Ty, Shift); in ReduceSwitchRange() local
5564 auto *LShr = Builder.CreateLShr(Sub, ShiftC); in ReduceSwitchRange()
5573 cast<ConstantInt>(ConstantInt::get(Ty, Sub.lshr(ShiftC->getValue())))); in ReduceSwitchRange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp34135 auto *ShiftC = dyn_cast<ConstantSDNode>(N1); in combineShiftRightLogical() local
34137 if (!ShiftC || !AndC) in combineShiftRightLogical()
34152 APInt NewMaskVal = MaskVal.lshr(ShiftC->getAPIntValue()); in combineShiftRightLogical()