Searched defs:One (Results 1 - 24 of 24) sorted by path

/macosx-10.10/llvmCore-3425.0.34/examples/Fibonacci/
H A Dfibonacci.cpp51 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1); local
/macosx-10.10/llvmCore-3425.0.34/examples/HowToUseJIT/
H A DHowToUseJIT.cpp78 Value *One = builder.getInt32(1); local
/macosx-10.10/llvmCore-3425.0.34/examples/ParallelJIT/
H A DParallelJIT.cpp48 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1); local
78 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1); local
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetCallingConv.h48 static const uint64_t One = 1ULL; ///< 1 of this type, for shifts member in struct:llvm::ISD::ArgFlagsTy
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp1666 const SCEV *One = getConstant(Ty, 1); variable
[all...]
H A DScalarEvolutionExpander.cpp1346 Constant *One = ConstantInt::get(Ty, 1); local
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1006 char One = '\1'; local
H A DDwarfDebug.cpp236 char One = '\1'; local
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9137 SDValue One = DAG.getIntPtrConstant(EltSize); local
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DSjLjEHPrepare.cpp132 Value *One = ConstantInt::get(Int32Ty, 1); local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp818 SDValue One = DAG.getConstant(1, VT); local
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DStripSymbols.cpp340 char One = '\1'; local
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp603 Constant *One = ConstantInt::get(I.getType(), 1); local
H A DInstCombineCasts.cpp457 Constant *One = ConstantInt::get(Src->getType(), 1); local
523 Constant *One = ConstantInt::get(In->getType(), 1); local
570 Constant *One = ConstantInt::get(In->getType(), 1); local
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1842 const SCEV *One = SE.getConstant(BackedgeTakenCount->getType(), 1); local
H A DSimplifyLibCalls.cpp1064 Constant *One = ConstantFP::get(*Context, APFloat(1.0f)); local
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DIntegerDivision.cpp135 ConstantInt *One = Builder.getInt32(1); local
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp1678 Constant *One = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); local
H A DDebugInfo.cpp693 char One = '\1'; local
709 char One = '\1'; local
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DAPIntTest.cpp21 APInt One = APInt::getNullValue(65) + 1; local
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DConstantRangeTest.cpp23 static ConstantRange One; member in class:__anon10829::ConstantRangeTest
[all...]
/macosx-10.10/llvmCore-3425.0.34/unittests/VMCore/
H A DConstantsTest.cpp20 Constant* One = ConstantInt::get(Int1, 1, true); local
[all...]
H A DInstructionsTest.cpp35 Constant* One = ConstantInt::get(Int1, 1, true); local
73 Constant* One = ConstantInt::get(Int1, 1, true); local
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c3474 One(void) function

Completed in 487 milliseconds