Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp6004 auto CoerceOperand = [&](const SCEV *Op) -> const SCEV * { in createNodeForSelectOrPHIInstWithICmpInstCond() local
6016 LS = CoerceOperand(LS); in createNodeForSelectOrPHIInstWithICmpInstCond()
6017 RS = CoerceOperand(RS); in createNodeForSelectOrPHIInstWithICmpInstCond()