Searched refs:IsTypeLegal (Results 1 – 1 of 1) sorted by relevance
29769 bool IsTypeLegal = DAG.getTargetLoweringInfo().isTypeLegal(VT); in LowerATOMIC_STORE() local29773 if (!IsSeqCst && IsTypeLegal) in LowerATOMIC_STORE()29776 if (VT == MVT::i64 && !IsTypeLegal) { in LowerATOMIC_STORE()