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