Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp702 int32_t ShlConst = in SelectSHL() local
706 int32_t ValConst = MulConst << ShlConst; in SelectSHL()
730 int32_t ShlConst = in SelectSHL() local
734 int32_t ValConst = 1 << (ShlConst+Shl2Const); 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/llvm/lib/Target/X86/
DX86ISelLowering.cpp25033 APInt ShlConst = (cast<ConstantSDNode>(N01))->getAPIntValue(); in PerformSRACombine() local
25044 if (ShiftSize < 8 || ShiftSize > 64 || ShlConst != Size - ShiftSize) in PerformSRACombine()