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

  /external/llvm/lib/IR/
Instruction.cpp 176 bool Instruction::hasAllowReciprocal() const {
178 return cast<FPMathOperator>(this)->hasAllowReciprocal();
  /external/llvm/include/llvm/IR/
Operator.h 293 bool hasAllowReciprocal() const {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 363 bool hasAllowReciprocal() const { return AllowReciprocal; }
    [all...]

Completed in 80 milliseconds