Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1830 static bool canSelectOperandBeMappingIntoPredBlock(const Value *V, in canSelectOperandBeMappingIntoPredBlock() function
3626 if (canSelectOperandBeMappingIntoPredBlock(TrueVal, SI) && in visitSelectInst()
3627 canSelectOperandBeMappingIntoPredBlock(FalseVal, SI)) in visitSelectInst()