Searched refs:expandFromPrimitiveShadow (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 684 Value *expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, 977 Value *DFSanFunction::expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, in expandFromPrimitiveShadow() function in DFSanFunction 1962 return expandFromPrimitiveShadow(T, PrimitiveValue, Pos); in combineShadowsThenConvert() 2036 return expandFromPrimitiveShadow(Inst->getType(), Shadow, Inst); in combineOperandShadows() 2426 DFSF.expandFromPrimitiveShadow(LI.getType(), PrimitiveShadow, Pos); in visitLoadInst() 3158 DFSF.setShadow(CustomCI, DFSF.expandFromPrimitiveShadow( in visitWrappedCallBase()
|