Lines Matching defs:Op1
61 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) {62 if (Op1->getType() != Op2->getType())69 VectorType *ET = dyn_cast<VectorType>(Op1->getType());1949 Value *Op1 = BO->getOperand(1);1950 if (isConstantAllOnes(Op0)) return Op1;1952 assert(isConstantAllOnes(Op1));