Searched defs:IsVariant (Results 1 – 2 of 2) sorted by relevance
520 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl() local
46706 struct IsVariant<Needle> : FalseType {}; struct46709 struct IsVariant<Needle, Needle, Haystack...> : TrueType {}; struct46712 struct IsVariant<Needle, T, Haystack...> : public IsVariant<Needle, Haystack...> { }; struct