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

12

/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DConstantsTest.cpp21 Constant* Zero = ConstantInt::get(Int1, 0); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DOptimalEdgeProfiling.cpp123 Constant *Zero = ConstantInt::get(Int32, 0); local
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DMemoryBuiltins.h160 APInt Zero; member in class:llvm::ObjectSizeOffsetVisitor
221 Value *Zero; member in class:llvm::ObjectSizeOffsetEvaluator
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfcvt.c34 static char *Zero = "0"; variable
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSjLjEHPrepare.cpp131 Value *Zero = ConstantInt::get(Int32Ty, 0); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp490 Constant *Zero = Constant::getNullValue(Type::getInt32Ty(SI.getContext())); local
H A DInstCombineCasts.cpp459 Value *Zero = Constant::getNullValue(Src->getType()); local
H A DInstCombineCompares.cpp1490 Constant *Zero = Constant::getNullValue(X->getType()); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DIntegerDivision.cpp134 ConstantInt *Zero = Builder.getInt32(0); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp586 SDValue Zero = DAG.getConstantFP(-0.0, Op.getValueType()); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp489 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), dl, local
494 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), dl, local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DConstantFolding.cpp161 Constant *Zero = Constant::getNullValue(DstEltTy); local
H A DScalarEvolutionExpander.cpp347 const SCEV *Zero = SE.getConstant(Ty, 0); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp318 SDValue Zero = CurDAG->getTargetConstant(0, OffsVT); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp830 SDValue Zero = DAG.getConstant(0, VT); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstantFold.cpp107 Value *Zero = local
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerARM.h62 Zero = ARMAssembler::EQ, enumerator in enum:JSC::MacroAssemblerARM::ResultCondition
[all...]
H A DMacroAssemblerARMv7.h121 Zero = ARMv7Assembler::ConditionEQ, enumerator in enum:JSC::MacroAssemblerARMv7::ResultCondition
H A DMacroAssemblerMIPS.h84 Zero, enumerator in enum:JSC::MacroAssemblerMIPS::ResultCondition
[all...]
H A DMacroAssemblerSH4.h74 Zero = SH4Assembler::EQ, enumerator in enum:JSC::MacroAssemblerSH4::ResultCondition
[all...]
H A DMacroAssemblerX86Common.h72 Zero = X86Assembler::ConditionE, enumerator in enum:JSC::MacroAssemblerX86Common::ResultCondition
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMFastISel.cpp1533 Constant *Zero = ConstantInt::get(Type::getInt32Ty(*Context), 0); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreISelLowering.cpp569 SDValue Zero = DAG.getConstant(0, MVT::i32); local
586 SDValue Zero = DAG.getConstant(0, MVT::i32); local
742 SDValue Zero = DAG.getConstant(0, MVT::i32); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1535 const SCEV *Zero = SE->getConstant(IVCount->getType(), 0); local
H A DScalarReplAggregates.cpp2211 Constant *Zero = Constant::getNullValue(Type::getInt32Ty(MI->getContext())); local

Completed in 341 milliseconds

12