Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2210 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 DCGBuiltin.cpp6740 SmallVector<Value *, 2> MulOps(Ops.begin() + 1, Ops.end()); in EmitCommonNeonBuiltinExpr() local