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

  /external/llvm/include/llvm/MC/
MCExpr.h 468 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 497 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCExpr.h 498 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCExpr.h 498 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCExpr.h 498 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCExpr.h 498 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCExpr.h 498 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCExpr.h 498 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 497 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCExpr.h 498 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCExpr.h 498 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCExpr.h 498 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCExpr.h 498 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCExpr.h 498 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCExpr.h 498 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS,
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 419 Value *Nucleus::createMul(Value *lhs, Value *rhs)
421 return V(::builder->CreateMul(lhs, rhs));
590 index = createMul(index, createConstantLong((int64_t)typeSize(type)));
594 index = createMul(index, createConstantInt((int)typeSize(type)));
1120 return RValue<Byte>(Nucleus::createMul(lhs.value, rhs.value));
    [all...]

Completed in 379 milliseconds