Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstruction.cpp506 bool Instruction::isIdempotent(unsigned Opcode) { in isIdempotent() function in Instruction
/external/llvm/include/llvm/IR/
DInstruction.h296 bool isIdempotent() const { return isIdempotent(getOpcode()); } in isIdempotent() function
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp213 bool isIdempotent = false; in MakeSymIntVal() local