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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp173 void RewriteGEP(GetElementPtrInst *GEPI, AllocaInst *AI, uint64_t Offset,
1875 RewriteGEP(GEPI, AI, Offset, NewElts);
2032 /// RewriteGEP - Check if this GEP instruction moves the pointer across
2035 void SROA::RewriteGEP(GetElementPtrInst *GEPI, AllocaInst *AI, uint64_t Offset, function in class:SROA

Completed in 78 milliseconds