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 214 bool isIdempotent = false;
226 isIdempotent = true;
234 isIdempotent = true;
251 isIdempotent = true;
258 isIdempotent = true;
263 isIdempotent = true;
274 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 288 if (Instruction::isIdempotent(Opcode)) {
    [all...]

Completed in 706 milliseconds