Searched refs:SizedIntTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1465 Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8); local
1467 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy);
1563 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy);
1598 ResultTy = SizedIntTy;

Completed in 109 milliseconds