HomeSort by relevance Sort by last modified time
    Searched refs:isIdempotent (Results 1 - 4 of 4) 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/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...]
  /external/llvm/lib/IR/
Instruction.cpp 517 /// isIdempotent - Return true if the instruction is idempotent:
523 bool Instruction::isIdempotent(unsigned Opcode) {
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 367 if (Instruction::isIdempotent(Opcode)) {
    [all...]

Completed in 267 milliseconds