Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DScaledNumber.h311 int32_t ShiftR = ScaleDiff - ShiftL; in matchScales() local
312 if (ShiftR >= getWidth<DigitsT>()) { in matchScales()
319 RDigits >>= ShiftR; in matchScales()
322 RScale += ShiftR; in matchScales()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DScaledNumber.h311 int32_t ShiftR = ScaleDiff - ShiftL; in matchScales() local
312 if (ShiftR >= getWidth<DigitsT>()) { in matchScales()
319 RDigits >>= ShiftR; in matchScales()
322 RScale += ShiftR; in matchScales()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3137 SDValue ShiftR = in get64BitZExtCompare() local
3144 ShiftR, ShiftL, SubtractCarry), 0); in get64BitZExtCompare()
3292 SDValue ShiftR = in get64BitSExtCompare() local
3304 ShiftR, ShiftL, SubtractCarry), 0); in get64BitSExtCompare()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp2771 Value *ShiftR = Builder.CreateLShr(AddOne, ConstantInt::get(ZextType, 1)); in UpgradeIntrinsicCall() local
2772 Rep = Builder.CreateTrunc(ShiftR, A->getType()); in UpgradeIntrinsicCall()