HomeSort by: relevance | last modified time | path
    Searched defs:hasAllowContract (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 356 bool hasAllowContract() const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 249 bool Instruction::hasAllowContract() const {
251 return cast<FPMathOperator>(this)->hasAllowContract();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 405 setAllowContract(FPMO.hasAllowContract());
431 bool hasAllowContract() const { return AllowContract; }

Completed in 28 milliseconds