Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OpVal

6009       const Value *OpVal = OpInfo.CallOperandVal;
6010 if (isa<ConstantFP>(OpVal) || isa<ConstantInt>(OpVal) ||
6011 isa<ConstantVector>(OpVal) || isa<ConstantDataVector>(OpVal)) {
6012 OpInfo.CallOperand = DAG.getConstantPool(cast<Constant>(OpVal),
6017 Type *Ty = OpVal->getType();