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
340
///
isNilpotent
- Return true if the instruction is nilpotent:
349
bool
isNilpotent
() const { return
isNilpotent
(getOpcode()); }
350
static bool
isNilpotent
(unsigned op);
/external/llvm/lib/IR/
Instruction.cpp
544
///
isNilpotent
- Return true if the instruction is nilpotent:
553
bool Instruction::
isNilpotent
(unsigned Opcode) {
/external/llvm/lib/Transforms/Scalar/
Reassociate.cpp
410
if (Instruction::
isNilpotent
(Opcode)) {
[
all
...]
Completed in 404 milliseconds