Home
last modified time | relevance | path

Searched refs:CastRes (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp346 const nonloc::PointerToMember &CastRes = in dumpToStream() local
348 if (CastRes.getDecl()) in dumpToStream()
349 os << "|" << CastRes.getDecl()->getQualifiedNameAsString() << "|"; in dumpToStream()
351 for (const auto &I : CastRes) { in dumpToStream()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4708 SDValue CastRes = DAG.getNode(ISD::BITCAST, DL, CastVT, N); in constructRetValue() local
4714 DAG.ExtractVectorElements(CastRes, BVElts, 0, DMaskPop); in constructRetValue()
4716 BVElts.push_back(CastRes); in constructRetValue()