Home
last modified time | relevance | path

Searched refs:getFNegArgument (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/IR/
HDInstrTypes.h318 static const Value *getFNegArgument(const Value *BinOp);
319 static Value *getFNegArgument( Value *BinOp);
/NextBSD/contrib/llvm/lib/IR/
HDInstructions.cpp1823 Value *BinaryOperator::getFNegArgument(Value *BinOp) { in getFNegArgument() function in BinaryOperator
1827 const Value *BinaryOperator::getFNegArgument(const Value *BinOp) { in getFNegArgument() function in BinaryOperator
1828 return getFNegArgument(const_cast<Value*>(BinOp)); in getFNegArgument()
/NextBSD/contrib/llvm/lib/Analysis/
HDInstructionSimplify.cpp1139 BinaryOperator::getFNegArgument(Op0) == Op1) || in SimplifyFDivInst()
1141 BinaryOperator::getFNegArgument(Op1) == Op0)) in SimplifyFDivInst()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp1410 unsigned OpReg = getRegForValue(BinaryOperator::getFNegArgument(I)); in selectFNeg()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp653 return BinaryOperator::getFNegArgument(V); in dyn_castFNegVal()