Searched refs:Sa (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1671 Value *Sa = getShadow(A); local
1675 // For ints (and vectors of ints), types of A and Sa match,
1677 A = IRB.CreatePointerCast(A, Sa->getType());
1682 // Sc = Sa | Sb
1684 Value *Sc = IRB.CreateOr(Sa, Sb);
1703 Value *getLowestPossibleValue(IRBuilder<> &IRB, Value *A, Value *Sa, argument
1707 Value *SaOtherBits = IRB.CreateLShr(IRB.CreateShl(Sa, 1), 1);
1708 Value *SaSignBit = IRB.CreateXor(Sa, SaOtherBits);
1714 return IRB.CreateAnd(A, IRB.CreateNot(Sa));
1720 Value *getHighestPossibleValue(IRBuilder<> &IRB, Value *A, Value *Sa, argument
1744 Value *Sa = getShadow(A); local
2660 Value *Sa = IRB.CreateSelect(Sb, Sa1, Sa0, "_msprop_select"); local
[all...]

Completed in 44 milliseconds