Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGVN.cpp722 static Value *CoerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy, in CoerceAvailableValueToLoadType() function
1017 return CoerceAvailableValueToLoadType(SrcVal, LoadTy, Builder, DL); in GetStoreValueForLoad()
1119 return CoerceAvailableValueToLoadType(Val, LoadTy, Builder, DL); in GetMemInstValueForLoad()