Home
last modified time | relevance | path

Searched refs:handleLoadOrStore (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp766 void handleLoadOrStore(Type *Ty, Instruction &I, const APInt &Offset, in handleLoadOrStore() function in AllocaSlices::SliceBuilder
791 return handleLoadOrStore(LI.getType(), LI, Offset, Size, LI.isVolatile()); in visitLoadInst()
828 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile()); in visitStoreInst()