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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instruction.cpp 223 bool Instruction::hasAllowContract() const {
225 return cast<FPMathOperator>(this)->hasAllowContract();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Operator.h 347 bool hasAllowContract() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 387 setAllowContract(FPMO.hasAllowContract());
452 bool hasAllowContract() const { return AllowContract; }
    [all...]

Completed in 209 milliseconds