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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 64 Constant *CreateMul(Constant *LHS, Constant *RHS,
  /external/llvm/include/llvm/IR/
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);
IRBuilder.h 676 Value *CreateMul(Value *LHS, Value *RHS, const Twine &Name = "",
680 return Insert(Folder.CreateMul(LC, RC, HasNUW, HasNSW), Name);
685 return CreateMul(LHS, RHS, Name, false, true);
688 return CreateMul(LHS, RHS, Name, true, false);
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 464 static const MCBinaryExpr *CreateMul(const MCExpr *LHS, const MCExpr *RHS,

Completed in 52 milliseconds