Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp82 bool replaceFloatIVWithIntegerIV(Instruction *UseInst);
681 bool SimplifyIndvar::replaceFloatIVWithIntegerIV(Instruction *UseInst) { in replaceFloatIVWithIntegerIV() function in SimplifyIndvar
941 if (replaceFloatIVWithIntegerIV(UseInst)) { in simplifyUsers()