Searched refs:getStoreValueForLoadHelper (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 344 static T *getStoreValueForLoadHelper(T *SrcVal, unsigned Offset, Type *LoadTy, in getStoreValueForLoadHelper() function 391 SrcVal = getStoreValueForLoadHelper(SrcVal, Offset, LoadTy, Builder, DL); in getStoreValueForLoad() 398 SrcVal = getStoreValueForLoadHelper(SrcVal, Offset, LoadTy, F, DL); in getConstantStoreValueForLoad()
|