Home
last modified time | relevance | path

Searched refs:IsTypeLegal (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29769 bool IsTypeLegal = DAG.getTargetLoweringInfo().isTypeLegal(VT); in LowerATOMIC_STORE() local
29773 if (!IsSeqCst && IsTypeLegal) in LowerATOMIC_STORE()
29776 if (VT == MVT::i64 && !IsTypeLegal) { in LowerATOMIC_STORE()