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

  /external/llvm/lib/IR/
Instruction.cpp 199 bool Instruction::hasAllowReciprocal() const {
201 return cast<FPMathOperator>(this)->hasAllowReciprocal();
  /external/llvm/include/llvm/IR/
Operator.h 293 bool hasAllowReciprocal() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instruction.cpp 218 bool Instruction::hasAllowReciprocal() const {
220 return cast<FPMathOperator>(this)->hasAllowReciprocal();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Operator.h 342 bool hasAllowReciprocal() const {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 372 bool hasAllowReciprocal() const { return AllowReciprocal; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 386 setAllowReciprocal(FPMO.hasAllowReciprocal());
450 bool hasAllowReciprocal() const { return AllowReciprocal; }
    [all...]

Completed in 239 milliseconds