Searched refs:getValueForLoad (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | VNCoercion.h | 77 Value *getValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 335 Value *getValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy, in getValueForLoad() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 1079 Res = getValueForLoad(Res, Offset, LoadTy, InsertPt, DL); in MaterializeAdjustedValue() 1092 Res = getValueForLoad(CoercedLoad, Offset, LoadTy, InsertPt, DL); in MaterializeAdjustedValue()
|