Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp527 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/
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-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp788 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in foldOperationIntoSelectOperand() local
792 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand); in foldOperationIntoSelectOperand()
793 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC); in foldOperationIntoSelectOperand()
796 Value *Op0 = SO, *Op1 = ConstOperand; in foldOperationIntoSelectOperand()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2416 : Src0(NonConstOperand(S0, S1)), Src1(ConstOperand(S0, S1)), in NumericOperandsBase()
2473 static Operand *ConstOperand(Operand *S0, Operand *S1) { in ConstOperand() function in Ice::ARM32::__anon6a253d620b11::NumericOperandsBase