Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1453 static bool isIVIncrement(const Value *V, const LoopInfo *LI) { in isIVIncrement() function
1472 if (!isIVIncrement(BO, LI)) in replaceMathCmpWithIntrinsic()
4001 !isIVIncrement(ScaleReg, &LI) && CI->getValue().isSignedIntN(64)) { in matchScaledValue()
4059 assert(isIVIncrement(IVInc, &LI) && "implied by GetConstantStep"); in matchScaledValue()