Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1409 static bool shouldCastToInt(llvm::Type *ValTy, bool CmpXchg) { in shouldCastToInt() function
1432 if (!shouldCastToInt(ValTy, CmpXchg)) { in ConvertToValueOrAtomic()
1477 if (shouldCastToInt(Addr.getElementType(), CmpXchg)) in EmitAtomicLoadOp()
1619 if (!shouldCastToInt(Value->getType(), CmpXchg)) in convertRValueToInt()
1810 shouldCastToInt(NewAtomicAddr.getElementType(), /*CmpXchg=*/true) in EmitAtomicUpdateOp()
1991 if (shouldCastToInt(Value->getType(), /*CmpXchg=*/false)) { in EmitAtomicStore()