Searched defs:isIdempotent (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstruction.h331 /// isIdempotent - Return true if the instruction is idempotent:
337 bool isIdempotent() const { return isIdempotent(getOpcode()); } function in class:llvm::Instruction
338 static bool isIdempotent(unsigned op);
/external/llvm/lib/IR/
H A DInstruction.cpp534 /// isIdempotent - Return true if the instruction is idempotent:
540 bool Instruction::isIdempotent(unsigned Opcode) { function in class:Instruction
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp213 bool isIdempotent = false; local
225 isIdempotent = true;
233 isIdempotent = true;
250 isIdempotent = true;
257 isIdempotent = true;
262 isIdempotent = true;
273 if (isIdempotent)

Completed in 200 milliseconds