Searched refs:AllocaBuilder (Results 1 – 1 of 1) sorted by relevance
1841 IRBuilder<> AllocaBuilder(&I->getFunction()->getEntryBlock().front()); in expandAtomicOpToLibcall() local1945 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()1959 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()1969 AllocaResult = AllocaBuilder.CreateAlloca(I->getType()); in expandAtomicOpToLibcall()