Searched refs:AllocaRzSize (Results 1 – 1 of 1) sorted by relevance
2024 Value *AllocaRzSize = ConstantInt::get(IntptrTy, kAllocaRzSize); in handleDynamicAllocaCall() local2041 Value *Misalign = IRB.CreateSub(AllocaRzSize, PartialSize); in handleDynamicAllocaCall()2044 Value *Cond = IRB.CreateICmpNE(Misalign, AllocaRzSize); in handleDynamicAllocaCall()2066 Value *LeftRzAddress = IRB.CreateSub(NewAddress, AllocaRzSize); in handleDynamicAllocaCall()