Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp92 bool replaceFloatIVWithIntegerIV(Instruction *UseInst);
682 bool SimplifyIndvar::replaceFloatIVWithIntegerIV(Instruction *UseInst) { in replaceFloatIVWithIntegerIV() function in SimplifyIndvar
984 if (replaceFloatIVWithIntegerIV(UseInst)) { in simplifyUsers()