Searched refs:dyn_castFNegVal (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1201 if (Value *LHSV = dyn_castFNegVal(LHS))
1206 if (Value *V = dyn_castFNegVal(RHS))
1533 if (Value *V = dyn_castFNegVal(Op1)) {
1539 if (Value *V = dyn_castFNegVal(FPTI->getOperand(0))) {
1546 if (Value *V = dyn_castFNegVal(FPEI->getOperand(0))) {
H A DInstCombine.h215 Value *dyn_castFNegVal(Value *V, bool NoSignedZero=false) const;
H A DInstCombineMulDivRem.cpp514 Value *N0 = dyn_castFNegVal(Opnd0, IgnoreZeroSign);
515 Value *N1 = dyn_castFNegVal(Opnd1, IgnoreZeroSign);
H A DInstructionCombining.cpp530 // dyn_castFNegVal - Given a 'fsub' instruction, return the RHS of the
534 Value *InstCombiner::dyn_castFNegVal(Value *V, bool IgnoreZeroSign) const { function in class:InstCombiner

Completed in 110 milliseconds