OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasNoInfs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
Instruction.cpp
155
bool Instruction::
hasNoInfs
() const {
157
return cast<FPMathOperator>(this)->
hasNoInfs
();
/external/llvm/include/llvm/IR/
Operator.h
276
bool
hasNoInfs
() const {
Completed in 34 milliseconds