Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp669 Value *expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow,
985 Value *DFSanFunction::expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, in expandFromPrimitiveShadow() function in DFSanFunction
1268 DFSF.expandFromPrimitiveShadow(ValAI->getType(), &*ShadowAI, CI); in getOrBuildTrampolineFunction()
1911 return expandFromPrimitiveShadow(T, PrimitiveValue, Pos); in combineShadowsThenConvert()
2014 return expandFromPrimitiveShadow(Inst->getType(), Shadow, Inst); in combineOperandShadows()
2457 DFSF.expandFromPrimitiveShadow(LI.getType(), PrimitiveShadow, Pos); in visitLoadInst()
3168 DFSF.setShadow(CustomCI, DFSF.expandFromPrimitiveShadow( in visitWrappedCallBase()