Home
last modified time | relevance | path

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

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