Searched defs:Zero (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-9.3-release/lib/msun/src/
H A De_fmod.c26 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
H A De_fmodf.c28 static const float one = 1.0, Zero[] = {0.0, -0.0,}; variable
H A Ds_remquof.c19 static const float Zero[] = {0.0, -0.0,}; variable
H A Ds_remquo.c21 static const double Zero[] = {0.0, -0.0,}; variable
H A De_fmodl.c52 static const long double one = 1.0, Zero[] = {0.0, -0.0,}; variable
H A Ds_remquol.c52 static const long double Zero[] = {0.0L, -0.0L}; variable
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp108 llvm::Constant *Zero = llvm::ConstantInt::get(IntTy, 0); local
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h166 APInt Zero; member in class:llvm::ObjectSizeOffsetVisitor
228 Value *Zero; member in class:llvm::ObjectSizeOffsetEvaluator
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DABI.h72 VirtualAdjustment Zero; local
140 VirtualAdjustment Zero; local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h53 static CharUnits Zero() { function in class:clang::CharUnits
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp169 const llvm::APSInt &Zero = getBasicVals().getValue(0, DiffTy); local
H A DRangeConstraintManager.cpp354 llvm::APSInt Zero = IntType.getZeroValue(); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp126 Value *Zero = ConstantInt::get(Int32Ty, 0); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp477 Constant *Zero = Constant::getNullValue(Type::getInt32Ty(SI.getContext())); local
H A DInstCombineMulDivRem.cpp569 Value *Zero = ConstantFP::getNegativeZero(B->getType()); local
584 Value *Zero = ConstantFP::getNegativeZero(A->getType()); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp744 SDValue Zero = DAG.getConstantFP(-0.0, Op.getValueType()); local
H A DTargetLowering.cpp1169 SDValue Zero = DAG.getConstant(0, N0.getValueType()); local
1826 SDValue Zero = DAG.getConstant(0, N1.getValueType()); local
1837 SDValue Zero = DAG.getConstant(0, N0.getValueType()); local
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp634 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, local
638 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, local
643 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp134 ConstantInt *Zero = Builder.getInt32(0); local
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp164 Constant *Zero = Constant::getNullValue(DstEltTy); local
H A DScalarEvolutionExpander.cpp344 const SCEV *Zero = SE.getConstant(Ty, 0); local
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp112 Value *Zero = local
/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp982 SDValue Zero = DAG.getConstant(0, VT); local
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp588 SDValue Zero = DAG.getConstant(0, MVT::i32); local
H A DR600ISelLowering.cpp931 SDValue Zero = RHS; local

Completed in 143 milliseconds

123