reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
278 static Constant *getZeroValueForNegation(Type *Ty);
309 U.getOperand(0) == ConstantFP::getZeroValueForNegation(U.getType())) {
lib/CodeGen/GlobalISel/LegalizerHelper.cpp 2000 *cast<ConstantFP>(ConstantFP::getZeroValueForNegation(ZeroTy));
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 2965 I.getOperand(0) == ConstantFP::getZeroValueForNegation(Ty)) {
lib/IR/Constants.cpp 2234 return getSub(ConstantFP::getZeroValueForNegation(C->getType()),
lib/IR/Instructions.cpp2356 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); 2364 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); 2372 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); 2378 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); 2384 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); 2390 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); 2396 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); 2403 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType());lib/Transforms/InstCombine/InstCombineAddSub.cpp
666 Value *Zero = cast<Value>(ConstantFP::getZeroValueForNegation(V->getType()));
tools/clang/lib/CodeGen/CGBuiltin.cpp1831 ? llvm::ConstantFP::getZeroValueForNegation(Imag->getType()) 7999 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(HalfTy); 12630 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType); 13125 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType); 13135 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType); 13145 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType); 13161 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType);tools/clang/lib/CodeGen/CGExprScalar.cpp
3288 llvm::ConstantFP::getZeroValueForNegation(MulOp0->getType()), MulOp0, 3293 llvm::ConstantFP::getZeroValueForNegation(Addend->getType()), Addend,