Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp195 static bool isSelect01(Constant *C1, Constant *C2) { in isSelect01() function
230 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) { in FoldSelectIntoOp()
265 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) { in FoldSelectIntoOp()