Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp448 if (!isValidSelectInst(SelI)) in isCandidate()
492 bool isValidSelectInst(SelectInst *SI) { in isValidSelectInst() function