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

  /external/llvm/include/llvm/IR/
Instruction.h 272 /// isIdempotent - Return true if the instruction is idempotent:
278 bool isIdempotent() const { return isIdempotent(getOpcode()); }
279 static bool isIdempotent(unsigned op);
  /external/llvm/lib/IR/
Instruction.cpp 517 /// isIdempotent - Return true if the instruction is idempotent:
523 bool Instruction::isIdempotent(unsigned Opcode) {
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 187 bool isIdempotent = false;
199 isIdempotent = true;
207 isIdempotent = true;
224 isIdempotent = true;
231 isIdempotent = true;
236 isIdempotent = true;
247 if (isIdempotent)
    [all...]

Completed in 33 milliseconds