Searched refs:ConversionType (Results 1 – 3 of 3) sorted by relevance
43 enum ConversionType enum71 const ConversionType,86 const ConversionType,911 ConversionType conversionType = CONVERT_NONE; in JitGatherVertices()1306 const ConversionType conversionType = std::get<3>(args); in Shuffle8bpcGatherd16()1569 const ConversionType conversionType = std::get<3>(args); in Shuffle8bpcGatherd()1684 const ConversionType conversionType = std::get<3>(args); in Shuffle16bpcGather16()1953 const ConversionType conversionType = std::get<3>(args); in Shuffle16bpcGather()
6481 QualType ConversionType = Conversion->getConversionType(); in AddConversionCandidate() local6482 if (!isCompleteType(From->getLocStart(), ConversionType)) { in AddConversionCandidate()6488 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()6493 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate()
7379 QualType ConversionType = Conversion->getConversionType(); in AddConversionCandidate() local7380 if (!isCompleteType(From->getBeginLoc(), ConversionType)) { in AddConversionCandidate()7386 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()7391 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate()