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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1530 StructType *AllocSTy = dyn_cast<StructType>(AllocTy); local
1531 if (!AllocSTy)
1536 if (AllocSTy->getNumElements() <= 16 && AllocSTy->getNumElements() != 0 &&
1543 unsigned TypeSize = TD->getStructLayout(AllocSTy)->getSizeInBytes();
1546 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy,

Completed in 52 milliseconds