Searched refs:PrimitiveShadow (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 678 Align InstAlignment, Value *PrimitiveShadow, 686 Value *expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, 950 Value *PrimitiveShadow, IRBuilder<> &IRB) { in expandFromPrimitiveShadowRecursive() argument 952 return IRB.CreateInsertValue(Shadow, PrimitiveShadow, Indices); in expandFromPrimitiveShadowRecursive() 958 Shadow, Indices, AT->getElementType(), PrimitiveShadow, IRB); in expandFromPrimitiveShadowRecursive() 968 Shadow, Indices, ST->getElementType(Idx), PrimitiveShadow, IRB); in expandFromPrimitiveShadowRecursive() 981 Value *DFSanFunction::expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, in expandFromPrimitiveShadow() argument 986 return PrimitiveShadow; in expandFromPrimitiveShadow() 988 if (DFS.isZeroShadow(PrimitiveShadow)) in expandFromPrimitiveShadow() 995 PrimitiveShadow, IRB); in expandFromPrimitiveShadow() [all …]
|