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

  /external/llvm/lib/IR/
Instruction.cpp 595 /// isIdempotent - Return true if the instruction is idempotent:
601 bool Instruction::isIdempotent(unsigned Opcode) {
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 213 bool isIdempotent = false;
225 isIdempotent = true;
233 isIdempotent = true;
250 isIdempotent = true;
257 isIdempotent = true;
262 isIdempotent = true;
273 if (isIdempotent)
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 369 bool isIdempotent() const { return isIdempotent(getOpcode()); }
370 static bool isIdempotent(unsigned op);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 394 bool isIdempotent() const { return isIdempotent(getOpcode()); }
395 static bool isIdempotent(unsigned op);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 425 bool isIdempotent() const { return isIdempotent(getOpcode()); }
426 static bool isIdempotent(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 425 bool isIdempotent() const { return isIdempotent(getOpcode()); }
426 static bool isIdempotent(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 425 bool isIdempotent() const { return isIdempotent(getOpcode()); }
426 static bool isIdempotent(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 425 bool isIdempotent() const { return isIdempotent(getOpcode()); }
426 static bool isIdempotent(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 425 bool isIdempotent() const { return isIdempotent(getOpcode()); }
426 static bool isIdempotent(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 425 bool isIdempotent() const { return isIdempotent(getOpcode()); }
426 static bool isIdempotent(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 425 bool isIdempotent() const { return isIdempotent(getOpcode()); }
426 static bool isIdempotent(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 425 bool isIdempotent() const { return isIdempotent(getOpcode()); }
426 static bool isIdempotent(unsigned Opcode) {
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 

Completed in 690 milliseconds