Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp796 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in foldOperationIntoSelectOperand() local
800 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand); in foldOperationIntoSelectOperand()
801 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC); in foldOperationIntoSelectOperand()
804 Value *Op0 = SO, *Op1 = ConstOperand; in foldOperationIntoSelectOperand()