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

  /external/llvm/include/llvm/IR/
Instruction.h 369 bool isIdempotent() const { return isIdempotent(getOpcode()); }
370 static bool isIdempotent(unsigned op);
  /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/lib/IR/
Instruction.cpp 595 /// isIdempotent - Return true if the instruction is idempotent:
601 bool Instruction::isIdempotent(unsigned Opcode) {
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 302 if (Instruction::isIdempotent(Opcode)) {
    [all...]
  /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 405 milliseconds