Searched refs:IsTypeLegal (Results 1 – 2 of 2) sorted by relevance
1033 bool IsTypeLegal = isTypeLegal(Src) && isTypeLegal(Dst) && in getCastInstrCost() local1038 if (!IsTypeLegal) in getCastInstrCost()
31746 bool IsTypeLegal = DAG.getTargetLoweringInfo().isTypeLegal(VT); in LowerATOMIC_STORE() local31750 if (!IsSeqCst && IsTypeLegal) in LowerATOMIC_STORE()31753 if (!IsTypeLegal && !Subtarget.useSoftFloat() && in LowerATOMIC_STORE()