Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3306 Constant *createDppMask(unsigned Width, unsigned Mask) { in createDppMask() function
3322 S = IRB.CreateSelect(createDppMask(Width, SrcMask), S, in findDppPoisonedOutput()
3326 Value *DstMaskV = createDppMask(Width, DstMask); in findDppPoisonedOutput()