Home
last modified time | relevance | path

Searched defs:AllowReciprocal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DOperator.h176 AllowReciprocal = (1 << 4) enumerator
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1221 bool AllowReciprocal) { in CvtFDivConstToReciprocal()
1259 bool AllowReciprocal = I.hasAllowReciprocal(); in visitFDiv() local