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

/external/llvm/lib/VMCore/
H A DInstruction.cpp409 /// isIdempotent - Return true if the instruction is idempotent:
415 bool Instruction::isIdempotent(unsigned Opcode) { function in class:Instruction
/external/llvm/include/llvm/
H A DInstruction.h218 /// isIdempotent - Return true if the instruction is idempotent:
224 bool isIdempotent() const { return isIdempotent(getOpcode()); } function in class:llvm::Instruction
225 static bool isIdempotent(unsigned op);
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp208 bool isIdempotent = false; local
220 isIdempotent = true;
228 isIdempotent = true;
245 isIdempotent = true;
252 isIdempotent = true;
257 isIdempotent = true;
268 if (isIdempotent)

Completed in 229 milliseconds