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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1294 if (Value *LHSV = dyn_castFNegVal(LHS)) {
1302 if (Value *V = dyn_castFNegVal(RHS)) {
1617 if (Value *V = dyn_castFNegVal(Op1)) {
1623 if (Value *V = dyn_castFNegVal(FPTI->getOperand(0))) {
1630 if (Value *V = dyn_castFNegVal(FPEI->getOperand(0))) {
H A DInstCombine.h229 Value *dyn_castFNegVal(Value *V, bool NoSignedZero = false) const;
H A DInstCombineMulDivRem.cpp550 Value *N0 = dyn_castFNegVal(Opnd0, IgnoreZeroSign);
551 Value *N1 = dyn_castFNegVal(Opnd1, IgnoreZeroSign);
H A DInstructionCombining.cpp627 // dyn_castFNegVal - Given a 'fsub' instruction, return the RHS of the
631 Value *InstCombiner::dyn_castFNegVal(Value *V, bool IgnoreZeroSign) const { function in class:InstCombiner

Completed in 870 milliseconds