Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp530 Value *handleLoad(LoadInst &Load, Type *VT, Type *ExtendedVT);
1061 Value *NumericalStabilitySanitizer::handleLoad(LoadInst &Load, Type *VT, in handleLoad() function in NumericalStabilitySanitizer
1613 return handleLoad(*Load, VT, ExtendedVT); in createShadowValueWithOperandsAvailable()