Searched refs:shouldCastToInt (Results 1 – 3 of 3) sorted by relevance
16 bool AtomicInfo::shouldCastToInt(Type *ValTy, bool CmpXchg) { in shouldCastToInt() function in AtomicInfo26 if (shouldCastToInt(Ty, CmpXchg)) in EmitAtomicLoadOp()
59 LLVM_ABI bool shouldCastToInt(Type *ValTy, bool CmpXchg);
1453 static bool shouldCastToInt(llvm::Type *ValTy, bool CmpXchg) { in shouldCastToInt() function1476 if (!shouldCastToInt(ValTy, CmpXchg)) { in ConvertToValueOrAtomic()1521 if (shouldCastToInt(Addr.getElementType(), CmpXchg)) in EmitAtomicLoadOp()1663 if (!shouldCastToInt(Value->getType(), CmpXchg)) in convertRValueToInt()1854 shouldCastToInt(NewAtomicAddr.getElementType(), /*CmpXchg=*/true) in EmitAtomicUpdateOp()2035 if (shouldCastToInt(Value->getType(), /*CmpXchg=*/false)) { in EmitAtomicStore()