Searched refs:ConstOperand (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 527 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in FoldOperationIntoSelectOperand() local 531 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand); in FoldOperationIntoSelectOperand() 532 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC); in FoldOperationIntoSelectOperand() 535 Value *Op0 = SO, *Op1 = ConstOperand; in FoldOperationIntoSelectOperand()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 703 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in FoldOperationIntoSelectOperand() local 707 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand); in FoldOperationIntoSelectOperand() 708 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC); in FoldOperationIntoSelectOperand() 711 Value *Op0 = SO, *Op1 = ConstOperand; in FoldOperationIntoSelectOperand()
|