Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstruction.h278 bool isIdempotent() const { return isIdempotent(getOpcode()); } in isIdempotent() function
279 static bool isIdempotent(unsigned op);
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp187 bool isIdempotent = false; in MakeSymIntVal() local
199 isIdempotent = true; in MakeSymIntVal()
207 isIdempotent = true; in MakeSymIntVal()
224 isIdempotent = true; in MakeSymIntVal()
231 isIdempotent = true; in MakeSymIntVal()
236 isIdempotent = true; in MakeSymIntVal()
247 if (isIdempotent) in MakeSymIntVal()
/external/llvm/lib/IR/
DInstruction.cpp523 bool Instruction::isIdempotent(unsigned Opcode) { in isIdempotent() function in Instruction
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp367 if (Instruction::isIdempotent(Opcode)) { in IncorporateWeight()