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

  /external/swiftshader/src/Reactor/
Nucleus.hpp 88 static Value *createAnd(Value *lhs, Value *rhs);
LLVMReactor.cpp 484 Value *Nucleus::createAnd(Value *lhs, Value *rhs)
486 return V(::builder->CreateAnd(lhs, rhs));
1019 return RValue<Bool>(Nucleus::createAnd(lhs.value, rhs.value));
1135 return RValue<Byte>(Nucleus::createAnd(lhs.value, rhs.value));
    [all...]
SubzeroReactor.cpp 798 Value *Nucleus::createAnd(Value *lhs, Value *rhs)
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 428 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 447 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCExpr.h 448 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCExpr.h 448 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCExpr.h 448 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCExpr.h 448 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCExpr.h 448 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCExpr.h 448 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 447 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCExpr.h 448 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCExpr.h 448 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCExpr.h 448 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCExpr.h 448 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCExpr.h 448 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCExpr.h 448 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]

Completed in 718 milliseconds