Searched refs:MulConst (Results 1 – 5 of 5) sorted by relevance
8 define i64 @MulConst(i64 %x) sanitize_memory {18 ; CHECK-LABEL: @MulConst(
742 int32_t MulConst = in SelectSHL() local744 int32_t ValConst = MulConst << ShlConst; in SelectSHL()
503 ConstantSDNode *MulConst = dyn_cast<ConstantSDNode>(N.getOperand(1)); in canExtractShiftFromMul() local504 if (!MulConst) return false; in canExtractShiftFromMul()507 if (!MulConst->hasOneUse()) return false; in canExtractShiftFromMul()508 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul()
481 ConstantSDNode *MulConst = dyn_cast<ConstantSDNode>(N.getOperand(1)); in canExtractShiftFromMul() local482 if (!MulConst) return false; in canExtractShiftFromMul()485 if (!MulConst->hasOneUse()) return false; in canExtractShiftFromMul()486 unsigned MulConstVal = MulConst->getZExtValue(); in canExtractShiftFromMul()