Searched refs:CastRes (Results 1 – 2 of 2) sorted by relevance
346 const nonloc::PointerToMember &CastRes = in dumpToStream() local348 if (CastRes.getDecl()) in dumpToStream()349 os << "|" << CastRes.getDecl()->getQualifiedNameAsString() << "|"; in dumpToStream()351 for (const auto &I : CastRes) { in dumpToStream()
4708 SDValue CastRes = DAG.getNode(ISD::BITCAST, DL, CastVT, N); in constructRetValue() local4714 DAG.ExtractVectorElements(CastRes, BVElts, 0, DMaskPop); in constructRetValue()4716 BVElts.push_back(CastRes); in constructRetValue()