Searched refs:expandFromPrimitiveShadow (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 649 Value *expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, 910 Value *DFSanFunction::expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, in expandFromPrimitiveShadow() function in DFSanFunction 1772 return expandFromPrimitiveShadow(T, PrimitiveValue, Pos); in combineShadowsThenConvert() 1846 return expandFromPrimitiveShadow(Inst->getType(), Shadow, Inst); in combineOperandShadows() 2237 DFSF.expandFromPrimitiveShadow(LI.getType(), PrimitiveShadow, Pos); in visitLoadInst() 2970 DFSF.setShadow(CustomCI, DFSF.expandFromPrimitiveShadow( in visitWrappedCallBase()
|