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