Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1774 Value *S2Conv = IRB.CreateSExt(IRB.CreateICmpNE(S2, getCleanShadow(S2)), in handleShift() local
1778 setShadow(&I, IRB.CreateOr(Shift, S2Conv)); in handleShift()
2104 Value *S2Conv = Variable ? VariableShadowExtend(IRB, S2) in handleVectorShiftIntrinsic() local
2111 setShadow(&I, IRB.CreateOr(Shift, S2Conv)); in handleVectorShiftIntrinsic()