Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp6073 createNodeForSelectViaUMinSeq(ScalarEvolution *SE, const SCEV *CondExpr, in createNodeForSelectViaUMinSeq() function
6105 static Optional<const SCEV *> createNodeForSelectViaUMinSeq(ScalarEvolution *SE, in createNodeForSelectViaUMinSeq() function
6115 return createNodeForSelectViaUMinSeq(SE, SECond, SETrue, SEFalse); in createNodeForSelectViaUMinSeq()
6130 createNodeForSelectViaUMinSeq(this, Cond, TrueVal, FalseVal)) in createNodeForSelectOrPHIViaUMinSeq()