Home
last modified time | relevance | path

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

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