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

/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1847 Type *NewAllocaTy; member in class:__anon21695::AllocaSliceRewriter
1891 NewAllocaTy(NewAI.getAllocatedType()),
1892 VecTy(IsVectorPromotable ? cast<VectorType>(NewAllocaTy) : 0),
2047 canConvertValue(DL, NewAllocaTy, LI.getType())) {
2133 V = convertValue(DL, IRB, V, NewAllocaTy);
2182 canConvertValue(DL, V->getType(), NewAllocaTy)) {
2183 V = convertValue(DL, IRB, V, NewAllocaTy);
2515 Src = convertValue(DL, IRB, Src, NewAllocaTy);

Completed in 49 milliseconds