Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp46 static cl::opt<bool> NeedAnd("extract-needand", cl::init(true), cl::Hidden,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp724 bool NeedAnd = false; in foldSelectICmpAndBinOp() local
742 NeedAnd = true; in foldSelectICmpAndBinOp()
775 if ((NeedShift + NeedXor + NeedZExtTrunc + NeedAnd) > in foldSelectICmpAndBinOp()
779 if (NeedAnd) { in foldSelectICmpAndBinOp()