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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2737 static bool isCompatibleIVType(Value *LVal, Value *RVal) { function
2928 if (!isCompatibleIVType(PrevIV, NextIV))
3222 if (!isCompatibleIVType(&Phi, IVSrc))

Completed in 171 milliseconds