Lines Matching full:opval
5745 const Value *OpVal = OpInfo.CallOperandVal;5746 if (isa<ConstantFP>(OpVal) || isa<ConstantInt>(OpVal) ||5747 isa<ConstantVector>(OpVal)) {5748 OpInfo.CallOperand = DAG.getConstantPool(cast<Constant>(OpVal),5753 Type *Ty = OpVal->getType();