Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Datomics-sema-alignment.c39 } __attribute__((aligned(32))) ThirtyTwo; typedef
41 void braz(Foo *foo, ThirtyTwo *braz) { in braz()
45 ThirtyTwo thirtyTwo1; in braz()
46 ThirtyTwo thirtyTwo2; in braz()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2196 auto ThirtyTwo = B.buildConstant(S32, 32); in legalizeITOFP() local
2205 .addUse(ThirtyTwo.getReg(0)); in legalizeITOFP()
2222 auto MaxShAmt = B.buildAdd(S32, ThirtyTwo, OppositeSign); in legalizeITOFP()
2235 auto Scale = B.buildSub(S32, ThirtyTwo, ShAmt); in legalizeITOFP()