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

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInstruction.cpp524 bool Instruction::isIdempotent(unsigned Opcode) { function in class:Instruction
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp213 bool isIdempotent = false; local
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DInstruction.h278 bool isIdempotent() const { return isIdempotent(getOpcode()); } function in class:llvm::Instruction

Completed in 114 milliseconds