Home
last modified time | relevance | path

Searched refs:ShlConst (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp740 int32_t ShlConst = in SelectSHL() local
744 int32_t ValConst = MulConst << ShlConst; in SelectSHL()
768 int32_t ShlConst = in SelectSHL() local
772 int32_t ValConst = 1 << (ShlConst+Shl2Const); in SelectSHL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp583 int32_t ShlConst = cast<ConstantSDNode>(Shl_1)->getSExtValue(); in SelectSHL() local
590 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL()
611 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL()
/external/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll147 define void @ShlConst(i32* nocapture %x) nounwind uwtable sanitize_memory {
155 ; CHECK-LABEL: @ShlConst
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll147 define void @ShlConst(i32* nocapture %x) nounwind uwtable sanitize_memory {
155 ; CHECK-LABEL: @ShlConst
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27769 APInt ShlConst = (cast<ConstantSDNode>(N01))->getAPIntValue(); in combineShiftRightAlgebraic() local
27780 if (ShiftSize < 8 || ShiftSize > 64 || ShlConst != Size - ShiftSize) in combineShiftRightAlgebraic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp34088 APInt ShlConst = (cast<ConstantSDNode>(N01))->getAPIntValue(); in combineShiftRightArithmetic() local
34099 if (ShiftSize >= Size || ShlConst != Size - ShiftSize) in combineShiftRightArithmetic()