Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h218 static bool shouldAvoidAbsorbingNotIntoSelect(const SelectInst &SI) { in shouldAvoidAbsorbingNotIntoSelect() function
290 if (shouldAvoidAbsorbingNotIntoSelect(*cast<SelectInst>(I))) in canFreelyInvertAllUsersOf()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3424 !InstCombiner::shouldAvoidAbsorbingNotIntoSelect(SI)) { in visitSelectInst()