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

  /external/swiftshader/src/Reactor/
Nucleus.hpp 87 static Value *createAShr(Value *lhs, Value *rhs);
SubzeroReactor.cpp 801 Value *Nucleus::createAShr(Value *lhs, Value *rhs)
    [all...]
LLVMReactor.cpp 306 return ::builder->CreateAShr(x, y);
362 llvm::Value *mulh = ::builder->CreateAShr(mult, intTy->getIntegerBitWidth());
1116 Value *Nucleus::createAShr(Value *lhs, Value *rhs)
1118 return V(::builder->CreateAShr(V(lhs), V(rhs)));
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 484 static const MCBinaryExpr *createAShr(const MCExpr *LHS, const MCExpr *RHS,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCExpr.h 534 static const MCBinaryExpr *createAShr(const MCExpr *LHS, const MCExpr *RHS,

Completed in 67 milliseconds