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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 129 bool IsFPConstrained;
140 DefaultFPMathTag(FPMathTag), IsFPConstrained(false),
311 void setIsFPConstrained(bool IsCon) { IsFPConstrained = IsCon; }
314 bool getIsFPConstrained() { return IsFPConstrained; }
393 bool IsFPConstrained;
400 IsFPConstrained(B.IsFPConstrained),
410 Builder.IsFPConstrained = IsFPConstrained;
1018 if (IsFPConstrained)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp 884 if (IsFPConstrained) {

Completed in 16 milliseconds