HomeSort by relevance Sort by last modified time
    Searched defs:CreateMul (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
ConstantFolder.h 48 Constant *CreateMul(Constant *LHS, Constant *RHS,
NoFolder.h 72 Instruction *CreateMul(Constant *LHS, Constant *RHS,
74 BinaryOperator *BO = BinaryOperator::CreateMul(LHS, RHS);
TargetFolder.h 64 Constant *CreateMul(Constant *LHS, Constant *RHS,
  /external/llvm/include/llvm/IR/
IRBuilder.h 617 Value *CreateMul(Value *LHS, Value *RHS, const Twine &Name = "",
621 return Insert(Folder.CreateMul(LC, RC), Name);
626 return CreateMul(LHS, RHS, Name, false, true);
629 return CreateMul(LHS, RHS, Name, true, false);
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 440 static const MCBinaryExpr *CreateMul(const MCExpr *LHS, const MCExpr *RHS,

Completed in 51 milliseconds