Searched defs:C2 (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_vm2_poly_method.rb6 class C2 class
H A Dbm_vm2_poly_method_ov.rb6 class C2 class
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dxref_data.rb24 class C2 class
H A Dtest_rdoc_stats.rb255 class C2 class in class:TestRDocStats.test_report_class_documented_level_1
/macosx-10.10/llvmCore-3425.0.34/unittests/VMCore/
H A DMetadataTest.cpp133 Constant *C2 = ConstantInt::get(Type::getInt32Ty(Context), 2); local
/macosx-10.10/Chess-310.6/sjeng/
H A Dsquares.h35 #define C2 40 macro
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_marshal.rb140 class C2 class
H A Dtest_primitive.rb62 class C2 class in class:TestRubyPrimitive.A2.B2
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DAliasSetTracker.cpp184 CallSite C1 = getUnknownInst(i), C2 = Inst; local
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp78 static bool MultiplyOverflows(ConstantInt *C1, ConstantInt *C2, bool sign) { argument
492 { Value *Cond; const APInt *C1, *C2; local
653 { Value *Cond; const APInt *C1, *C2; local
[all...]
H A DInstCombineSelect.cpp195 static bool isSelect01(Constant *C1, Constant *C2) { argument
467 ConstantInt *C1 = NULL, *C2 = NULL; local
[all...]
H A DInstCombineShifts.cpp709 Constant *C1, *C2; local
[all...]
H A DInstCombineAndOrXor.cpp1770 ConstantInt *C1 = 0, *C2 = 0; local
[all...]
H A DInstCombineCompares.cpp391 Value *C2 = Builder->CreateICmpEQ(Idx, SecondTrueIdx); local
411 Value *C2 = Builder->CreateICmpNE(Idx, SecondFalseIdx); local
2535 ConstantInt *C1, *C2; local
[all...]
H A DInstructionCombining.cpp297 Constant *C2 = cast<Constant>(Op1->getOperand(1)); local
[all...]
/macosx-10.10/ruby-106/ruby/enc/
H A Dgb18030.c41 C2, /* one-byte or second of two-byte char */ enumerator in enum:__anon12270
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DConstants.h883 getNSWAdd(Constant *C1, Constant *C2) argument
886 getNUWAdd(Constant *C1, Constant *C2) argument
889 getNSWSub(Constant *C1, Constant *C2) argument
892 getNUWSub(Constant *C1, Constant *C2) argument
895 getNSWMul(Constant *C1, Constant *C2) argument
898 getNUWMul(Constant *C1, Constant *C2) argument
901 getNSWShl(Constant *C1, Constant *C2) argument
904 getNUWShl(Constant *C1, Constant *C2) argument
907 getExactSDiv(Constant *C1, Constant *C2) argument
910 getExactUDiv(Constant *C1, Constant *C2) argument
913 getExactAShr(Constant *C1, Constant *C2) argument
916 getExactLShr(Constant *C1, Constant *C2) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DIntegersSubsetMapping.h71 bool operator()(const Cluster &C1, const Cluster &C2) { argument
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DMergeFunctions.cpp388 const Constant *C2 = dyn_cast<Constant>(V2); local
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h186 bool operator()(const CaseBits &C1, const CaseBits &C2) { argument
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DConstantFold.cpp868 ConstantFoldBinaryInstruction(unsigned Opcode, Constant *C1, Constant *C2) argument
1229 IdxCompare(Constant *C1, Constant *C2, Type *ElTy) argument
1576 ConstantFoldCompareInstruction(unsigned short pred, Constant *C1, Constant *C2) argument
1968 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, Int64Ty); local
[all...]
H A DConstantsContext.h59 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, argument
80 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) argument
101 ExtractElementConstantExpr(Constant *C1, Constant *C2) argument
122 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) argument
144 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constan argument
[all...]
H A DConstants.cpp1583 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, argument
1703 getCompare(unsigned short Predicate, Constant *C1, Constant *C2) argument
1922 getAdd(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
1929 getFAdd(Constant *C1, Constant *C2) argument
1933 getSub(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
1940 getFSub(Constant *C1, Constant *C2) argument
1944 getMul(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
1951 getFMul(Constant *C1, Constant *C2) argument
1955 getUDiv(Constant *C1, Constant *C2, bool isExact) argument
1960 getSDiv(Constant *C1, Constant *C2, bool isExact) argument
1965 getFDiv(Constant *C1, Constant *C2) argument
1969 getURem(Constant *C1, Constant *C2) argument
1973 getSRem(Constant *C1, Constant *C2) argument
1977 getFRem(Constant *C1, Constant *C2) argument
1981 getAnd(Constant *C1, Constant *C2) argument
1985 getOr(Constant *C1, Constant *C2) argument
1989 getXor(Constant *C1, Constant *C2) argument
1993 getShl(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2000 getLShr(Constant *C1, Constant *C2, bool isExact) argument
2005 getAShr(Constant *C1, Constant *C2, bool isExact) argument
[all...]
/macosx-10.10/system_cmds-643.1.1/getty.tproj/
H A Dgettytab.h119 #define C2 gettynums[15].value macro
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DIfConversion.cpp231 static bool IfcvtTokenCmp(IfcvtToken *C1, IfcvtToken *C2) { argument
[all...]

Completed in 514 milliseconds

12