Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/
H A DAtomic.cpp16 bool AtomicInfo::shouldCastToInt(Type *ValTy, bool CmpXchg) { in shouldCastToInt() function in AtomicInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1453 static bool shouldCastToInt(llvm::Type *ValTy, bool CmpXchg) { in shouldCastToInt() function