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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 361 /// isAssociative - Return true if the instruction is associative:
367 bool Instruction::isAssociative(unsigned Opcode) {
  /external/llvm/lib/IR/
Instruction.cpp 548 /// isAssociative - Return true if the instruction is associative:
554 bool Instruction::isAssociative(unsigned Opcode) {
559 bool Instruction::isAssociative() const {
561 if (isAssociative(Opcode))
  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.h 199 /// isAssociative - Return true if the instruction is associative:
205 bool isAssociative() const { return isAssociative(getOpcode()); }
206 static bool isAssociative(unsigned op);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 394 bool isAssociative() const LLVM_READONLY;
395 static bool isAssociative(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 394 bool isAssociative() const LLVM_READONLY;
395 static bool isAssociative(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 394 bool isAssociative() const LLVM_READONLY;
395 static bool isAssociative(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 394 bool isAssociative() const LLVM_READONLY;
395 static bool isAssociative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 394 bool isAssociative() const LLVM_READONLY;
395 static bool isAssociative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 394 bool isAssociative() const LLVM_READONLY;
395 static bool isAssociative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 394 bool isAssociative() const LLVM_READONLY;
395 static bool isAssociative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 394 bool isAssociative() const LLVM_READONLY;
395 static bool isAssociative(unsigned Opcode) {
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 695 milliseconds