reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1225 if (BO->getOpcode() == Instruction::Mul) { 1227 NoSignedWrap = BO->hasNoSignedWrap(); 1234 Value *LHS = BO->getOperand(0); 1235 Value *RHS = BO->getOperand(1); 1250 Parent = std::make_pair(BO, 1); 1259 Parent = std::make_pair(BO, 0); 1263 if (logScale > 0 && BO->getOpcode() == Instruction::Shl && 1264 isa<ConstantInt>(BO->getOperand(1))) { 1266 NoSignedWrap = BO->hasNoSignedWrap(); 1270 Value *LHS = BO->getOperand(0); 1271 int32_t Amt = cast<ConstantInt>(BO->getOperand(1))-> 1286 Parent = std::make_pair(BO, 1); 1287 Op = ConstantInt::get(BO->getType(), Amt - logScale);