Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp502 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
503 if (!C1I.isZero() && !C2I.isZero()) // One side must be zero. in isSelect01()
505 return C1I.isOne() || C1I.isAllOnes() || C2I.isOne() || C2I.isAllOnes(); in isSelect01()