Searched defs:SelectOp (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstructionCombining.cpp | 1008 __anoncc7b93c20602(Value *CastOp, Value *SelectOp) foldBinOpOfSelectAndCastOfSelectCondition() argument |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 2619 SDValue SelectOp = DAG.getSelect(DL, VT, Sel.getOperand(0), NewCT, NewCF); foldBinOpIntoSelect() local |