Home
last modified time | relevance | path

Searched refs:allowReassoc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h199 bool allowReassoc() const { return 0 != (Flags & AllowReassoc); } in allowReassoc() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4425 FMF.allowReassoc() && FMF.noNaNs() && FMF.noSignedZeros()) in SimplifyFMulInst()
4473 if (FMF.allowReassoc() && match(Op0, m_c_FMul(m_Value(X), m_Specific(Op1)))) in SimplifyFDivInst()