Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp273 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1)); in HandleFloatingPointIV() local
275 if (IncValueVal == 0 || Incr->getOperand(0) != PN || in HandleFloatingPointIV()
276 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue)) in HandleFloatingPointIV()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp264 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1)); in handleFloatingPointIV() local
266 if (IncValueVal == nullptr || Incr->getOperand(0) != PN || in handleFloatingPointIV()
267 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue)) in handleFloatingPointIV()