Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp1113 CharUnits TempAlignment; in ConvertIntToValueOrAtomic() local
1117 TempAlignment = getValueAlignment(); in ConvertIntToValueOrAtomic()
1121 TempAlignment = getAtomicAlignment(); in ConvertIntToValueOrAtomic()
1126 CGF.Builder.CreateAlignedStore(IntVal, CastTemp, TempAlignment.getQuantity()) in ConvertIntToValueOrAtomic()