HomeSort by relevance Sort by last modified time
    Searched defs:hasNoInfs (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
Instruction.cpp 164 bool Instruction::hasNoInfs() const {
166 return cast<FPMathOperator>(this)->hasNoInfs();
  /external/llvm/include/llvm/IR/
Operator.h 281 bool hasNoInfs() const {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 361 bool hasNoInfs() const { return NoInfs; }
    [all...]

Completed in 103 milliseconds