HomeSort by: relevance | last modified time | path
    Searched refs:getExceptionBehavior (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
IntrinsicInst.cpp 202 ConstrainedFPIntrinsic::getExceptionBehavior() const {
214 Optional<fp::ExceptionBehavior> Except = getExceptionBehavior();
Verifier.cpp 5448 Assert(FPI.getExceptionBehavior().hasValue(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 439 Optional<fp::ExceptionBehavior> getExceptionBehavior() const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 1997 Optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior();
2002 Optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 1795 fp::ExceptionBehavior EB = FPI.getExceptionBehavior().getValue();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 7210 fp::ExceptionBehavior EB = FPI.getExceptionBehavior().getValue();

Completed in 30 milliseconds