Home
last modified time | relevance | path

Searched defs:CreateMul (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h480 static const MCBinaryExpr *CreateMul(const MCExpr *LHS, const MCExpr *RHS, in CreateMul() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp364 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1302 func (b Builder) CreateMul(lhs, rhs Value, name string) (v Value) { func