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