Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp579 int32_t ShlConst = cast<ConstantSDNode>(Shl_1)->getSExtValue(); in SelectSHL() local
586 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL()
607 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL()
/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/
H A Dmsan_basic.ll156 define void @ShlConst(i32* nocapture %x) nounwind uwtable sanitize_memory {
164 ; CHECK-LABEL: @ShlConst
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46649 APInt ShlConst = (cast<ConstantSDNode>(N01))->getAPIntValue(); in combineShiftRightArithmetic() local
46660 if (ShiftSize >= Size || ShlConst != Size - ShiftSize) in combineShiftRightArithmetic()