Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp937 CharUnits TempAlignment; in convertIntToValue() local
941 TempAlignment = getValueAlignment(); in convertIntToValue()
945 TempAlignment = getAtomicAlignment(); in convertIntToValue()
950 CGF.Builder.CreateAlignedStore(IntVal, CastTemp, TempAlignment.getQuantity()) in convertIntToValue()