Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp703 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp868 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in foldOperationIntoSelectOperand() local
872 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand); in foldOperationIntoSelectOperand()
873 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC); in foldOperationIntoSelectOperand()
876 Value *Op0 = SO, *Op1 = ConstOperand; in foldOperationIntoSelectOperand()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp915 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in foldOperationIntoSelectOperand() local
919 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand); in foldOperationIntoSelectOperand()
920 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC); in foldOperationIntoSelectOperand()
923 Value *Op0 = SO, *Op1 = ConstOperand; in foldOperationIntoSelectOperand()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2410 : Src0(NonConstOperand(S0, S1)), Src1(ConstOperand(S0, S1)), in NumericOperandsBase()
2467 static Operand *ConstOperand(Operand *S0, Operand *S1) { in ConstOperand() function in Ice::ARM32::__anon6a253d620b11::NumericOperandsBase