Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp659 Value *combineShadows(Value *V1, Value *V2, BasicBlock::iterator Pos);
1968 Value *PrimitiveValue = combineShadows(V1, V2, Pos); in combineShadowsThenConvert()
1974 Value *DFSanFunction::combineShadows(Value *V1, Value *V2, in combineShadows() function in DFSanFunction
2042 Shadow = combineShadows(Shadow, getShadow(Inst->getOperand(I)), in combineOperandShadows()
2321 return {combineShadows(Load, Load1, Pos), Origin}; in loadShadowOriginSansLoadTracking()
2430 PrimitiveShadow = DFSF.combineShadows(PrimitiveShadow, PtrShadow, Pos); in visitLoadInst()
2696 PrimitiveShadow = DFSF.combineShadows(Shadow, PtrShadow, SI.getIterator()); in visitStoreInst()