Searched refs:MulConst (Results 1 – 3 of 3) sorted by relevance
8 define i64 @MulConst(i64 %x) sanitize_memory {18 ; CHECK-LABEL: @MulConst(
704 int32_t MulConst = in SelectSHL() local706 int32_t ValConst = MulConst << ShlConst; in SelectSHL()
510 ConstantSDNode *MulConst = dyn_cast<ConstantSDNode>(N.getOperand(1)); in canExtractShiftFromMul() local511 if (!MulConst) return false; in canExtractShiftFromMul()514 if (!MulConst->hasOneUse()) return false; in canExtractShiftFromMul()515 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul()