Searched refs:PredType (Results 1 – 6 of 6) sorted by relevance
36 using PredType = in AverageBlend_C() typedef38 const auto* pred_0 = static_cast<const PredType*>(prediction_0); in AverageBlend_C()39 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in AverageBlend_C()
37 using PredType = in DistanceWeightedBlend_C() typedef39 const auto* pred_0 = static_cast<const PredType*>(prediction_0); in DistanceWeightedBlend_C()40 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in DistanceWeightedBlend_C()
34 using PredType = in WeightMask_C() typedef36 const auto* pred_0 = static_cast<const PredType*>(prediction_0); in WeightMask_C()37 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in WeightMask_C()
52 using PredType = in MaskBlend_C() typedef54 const auto* pred_0 = static_cast<const PredType*>(prediction_0); in MaskBlend_C()55 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in MaskBlend_C()
4001 StringRef PredType = IsFCmp ? CCDef->getValueAsString("FCmpPredicate") : in createAndImportSelDAGMatcher() local4004 if (!PredType.empty()) { in createAndImportSelDAGMatcher()4005 OM.addPredicate<CmpPredicateOperandMatcher>(std::string(PredType)); in createAndImportSelDAGMatcher()
2098 template\<typename PredType>2099 bool msynpred( PredType pred )