Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h47 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp90 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy, in coerceAvailableValueToLoadType() function
393 return coerceAvailableValueToLoadType(SrcVal, LoadTy, Builder, F); in getValueForLoad()
444 return coerceAvailableValueToLoadType(Val, LoadTy, Builder, in getMemInstValueForLoad()