Searched refs:handleLoadOrStore (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 770 void handleLoadOrStore(Type *Ty, Instruction &I, const APInt &Offset, in handleLoadOrStore() function in AllocaSlices::SliceBuilder 789 return handleLoadOrStore(LI.getType(), LI, Offset, Size, LI.isVolatile()); in visitLoadInst() 820 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile()); in visitStoreInst()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 720 void handleLoadOrStore(Type *Ty, Instruction &I, const APInt &Offset, in handleLoadOrStore() function in AllocaSlices::SliceBuilder 739 return handleLoadOrStore(LI.getType(), LI, Offset, Size, LI.isVolatile()); in visitLoadInst() 770 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile()); in visitStoreInst()
|