Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h46 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp73 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy, in coerceAvailableValueToLoadType() function
447 return coerceAvailableValueToLoadType(SrcVal, LoadTy, Builder, DL); in getStoreValueForLoad()
555 return coerceAvailableValueToLoadType(Val, LoadTy, Builder, DL); in getMemInstValueForLoad()