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

/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1437 const SCEV *MinusOne = local
1440 cast<SCEVAddRecExpr>(SE.getAddExpr(SE.getSCEV(LS.IndVarNext), MinusOne));
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1630 Value *MinusOne = Constant::getAllOnesValue(Sc->getType()); local
1634 IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero));

Completed in 183 milliseconds