Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp76 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy, in coerceAvailableValueToLoadType() function
345 return coerceAvailableValueToLoadType(SrcVal, LoadTy, Builder, DL); in getValueForLoad()
396 return coerceAvailableValueToLoadType(Val, LoadTy, Builder, DL); in getMemInstValueForLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h46 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy,