Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp655 int32_t ShlConst = in SelectSHL() local
659 int32_t ValConst = MulConst << ShlConst; in SelectSHL()
683 int32_t ShlConst = in SelectSHL() local
687 int32_t ValConst = 1 << (ShlConst+Shl2Const); in SelectSHL()
/external/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll148 define void @ShlConst(i32* nocapture %x) nounwind uwtable sanitize_memory {
156 ; CHECK: @ShlConst