Searched refs:ActualVT (Results 1 – 3 of 3) sorted by relevance
25 EVT ActualVT = N->getValueType(ResIdx); in checkResultType() local26 if (ActualVT != ExpectedVT) in checkResultType()30 ExpectedVT.getEVTString() + ", got " + ActualVT.getEVTString()); in checkResultType()35 EVT ActualVT = N->getOperand(OpIdx).getValueType(); in checkOperandType() local36 if (ActualVT != ExpectedVT) in checkOperandType()40 ExpectedVT.getEVTString() + ", got " + ActualVT.getEVTString()); in checkOperandType()
1456 const EVT ActualVT = V.getValueType(); in correctParamType() local1457 assert((ActualVT == ExpectedVT || in correctParamType()1458 (ExpectedVT.isInteger() && ActualVT.isInteger())) && in correctParamType()1460 if (ExpectedVT.bitsGT(ActualVT)) in correctParamType()1462 if (ExpectedVT.bitsLT(ActualVT)) in correctParamType()
7780 EVT ActualVT = getValueType(DAG.getDataLayout(), CurOrigArg->getType(), in LowerFormalArguments() local7782 MVT ActualMVT = ActualVT.isSimple() ? ActualVT.getSimpleVT() : MVT::Other; in LowerFormalArguments()8446 EVT ActualVT = in analyzeCallOperands() local8449 MVT ActualMVT = ActualVT.isSimple() ? ActualVT.getSimpleVT() : ArgVT; in analyzeCallOperands()