Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp1450 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin()+1, Mul->op_end()); in CollectAddOperandsWithScales() local
1451 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
1700 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
1702 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
1703 InnerMul = getMulExpr(MulOps); in getAddExpr()
1733 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
1735 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
1736 InnerMul1 = getMulExpr(MulOps); in getAddExpr()
1740 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() local
1742 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()
[all …]
/external/clang/lib/CodeGen/
DCGBuiltin.cpp2812 SmallVector<Value *, 2> MulOps(Ops.begin() + 1, Ops.end()); in EmitCommonNeonBuiltinExpr() local
2814 MulOps, "vqdmlal"); in EmitCommonNeonBuiltinExpr()