Searched refs:isIdempotent (Results 1 - 4 of 4) sorted by relevance

/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)
/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/lib/Transforms/Scalar/
H A DReassociate.cpp288 if (Instruction::isIdempotent(Opcode)) {

Completed in 157 milliseconds