Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp641 bool IgnoreZeroSign = I.hasNoSignedZeros(); in visitFMul() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1944 bool BinaryOperator::isFNeg(const Value *V, bool IgnoreZeroSign) { in isFNeg()