Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32613 bool IsTypeLegal = DAG.getTargetLoweringInfo().isTypeLegal(VT); in LowerATOMIC_STORE() local
32617 if (!IsSeqCst && IsTypeLegal) in LowerATOMIC_STORE()
32620 if (VT == MVT::i64 && !IsTypeLegal) { in LowerATOMIC_STORE()