Home | History | Annotate | Download | only in Scalar

Lines Matching refs:V1

200     Value *V1 = I->getOperand(1);
202 std::swap(V0, V1);
204 if (ConstantInt *C = dyn_cast<ConstantInt>(V1)) {
991 Value *V1 = Sub->getOperand(1);
992 if (isReassociableOp(V1, Instruction::Add, Instruction::FAdd) ||
993 isReassociableOp(V1, Instruction::Sub, Instruction::FSub))
1087 Value *V1 = Ops.back();
1090 return CreateAdd(V2, V1, "tmp", I, I);