Lines Matching defs:ExtVal
34326 bool X86TargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const {
34327 if (isa<MaskedLoadSDNode>(ExtVal.getOperand(0)))
34330 EVT SrcVT = ExtVal.getOperand(0).getValueType();
58669 int64_t ExtVal = ExtOpc == ISD::ZERO_EXTEND ? CST->getZExtValue()
58671 Result = DAG.getTargetConstant(ExtVal, SDLoc(Op), MVT::i64);