Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp654 bool NeedBitcast = OrigTy->isFloatingPointTy() || OrigTy->isVectorTy(); in createCmpXchgInstFun() local
655 if (NeedBitcast) { in createCmpXchgInstFun()
670 if (NeedBitcast) in createCmpXchgInstFun()