Searched refs:ThirtyTwo (Results 1 – 2 of 2) sorted by relevance
39 } __attribute__((aligned(32))) ThirtyTwo; typedef41 void braz(Foo *foo, ThirtyTwo *braz) { in braz()45 ThirtyTwo thirtyTwo1; in braz()46 ThirtyTwo thirtyTwo2; in braz()
2196 auto ThirtyTwo = B.buildConstant(S32, 32); in legalizeITOFP() local2205 .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()