Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp82 bool replaceFloatIVWithIntegerIV(Instruction *UseInst);
651 bool SimplifyIndvar::replaceFloatIVWithIntegerIV(Instruction *UseInst) { in replaceFloatIVWithIntegerIV() function in SimplifyIndvar
930 if (replaceFloatIVWithIntegerIV(UseInst)) { in simplifyUsers()