Searched defs:MulOps (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2210 SmallVector<const SCEV *, 4> MulOps(drop_begin(Mul->operands())); in CollectAddOperandsWithScales() local 2543 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local 2577 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local 2584 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() local 6567 SmallVector<const SCEV *, 4> MulOps; in createSCEV() local 6637 SmallVector<const SCEV*, 4> MulOps; in createSCEV() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 6740 SmallVector<Value *, 2> MulOps(Ops.begin() + 1, Ops.end()); in EmitCommonNeonBuiltinExpr() local
|