Searched refs:handleCallBase (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 531 Value *handleCallBase(CallBase &Call, Type *VT, Type *ExtendedVT, 1570 Value *NumericalStabilitySanitizer::handleCallBase(CallBase &Call, Type *VT, in handleCallBase() function in NumericalStabilitySanitizer 1620 return handleCallBase(*Call, VT, ExtendedVT, TLI, Map, Builder); in createShadowValueWithOperandsAvailable() 1634 Value *Shadow = handleCallBase(*Invoke, VT, ExtendedVT, TLI, Map, Builder); in createShadowValueWithOperandsAvailable()
|