Searched refs:ConstOperand (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 868 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 2226 : Src0(NonConstOperand(S0, S1)), Src1(ConstOperand(S0, S1)), in NumericOperandsBase() 2283 static Operand *ConstOperand(Operand *S0, Operand *S1) { in ConstOperand() function in Ice::ARM32::__anon400b4da70a11::NumericOperandsBase
|