Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGAtomic.cpp1208 CharUnits TempAlignment; in ConvertIntToValueOrAtomic() local
1212 TempAlignment = getValueAlignment(); in ConvertIntToValueOrAtomic()
1216 TempAlignment = getAtomicAlignment(); in ConvertIntToValueOrAtomic()
1221 CGF.Builder.CreateAlignedStore(IntVal, CastTemp, TempAlignment.getQuantity()) in ConvertIntToValueOrAtomic()