Searched refs:getConstantValueForLoad (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | VNCoercion.h | 81 Constant *getConstantValueForLoad(Constant *SrcVal, unsigned Offset,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 348 Constant *getConstantValueForLoad(Constant *SrcVal, unsigned Offset, in getConstantValueForLoad() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 1464 if (Constant *Res = getConstantValueForLoad(C, Offset, LoadType, DL)) { in performSymbolicLoadCoercion() 1480 getConstantValueForLoad(C, Offset, LoadType, DL)) { in performSymbolicLoadCoercion()
|