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 331 /// isIdempotent - Return true if the instruction is idempotent:
337 bool isIdempotent() const { return isIdempotent(getOpcode()); }
338 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 534 /// isIdempotent - Return true if the instruction is idempotent:
540 bool Instruction::isIdempotent(unsigned Opcode) {
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 403 if (Instruction::isIdempotent(Opcode)) {
    [all...]

Completed in 123 milliseconds