Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp195 bool &BumpWithUglyGEP);
533 bool &BumpWithUglyGEP) { in emitBump() argument
538 BumpWithUglyGEP = false; in emitBump()
549 BumpWithUglyGEP = true; in emitBump()
596 bool BumpWithUglyGEP; in rewriteCandidateWithBasis() local
597 Value *Bump = emitBump(Basis, C, Builder, DL, BumpWithUglyGEP); in rewriteCandidateWithBasis()
613 if (BumpWithUglyGEP) { in rewriteCandidateWithBasis()