OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNilpotent
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
Instruction.h
281
///
isNilpotent
- Return true if the instruction is nilpotent:
290
bool
isNilpotent
() const { return
isNilpotent
(getOpcode()); }
291
static bool
isNilpotent
(unsigned op);
/external/llvm/lib/IR/
Instruction.cpp
527
///
isNilpotent
- Return true if the instruction is nilpotent:
536
bool Instruction::
isNilpotent
(unsigned Opcode) {
/external/llvm/lib/Transforms/Scalar/
Reassociate.cpp
374
if (Instruction::
isNilpotent
(Opcode)) {
[
all
...]
Completed in 138 milliseconds