Searched refs:Or (Results 1 - 25 of 155) sorted by relevance

1234567

/macosx-10.9.5/groff-38/groff/contrib/mm/
H A DNOTES7 Implementation notes. (Or how to make your own national mm)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp159 Value *Or = Builder->CreateOr(Cmp2, Cmp3); local
162 Or = Builder->CreateOr(Cmp1, Or);
164 emitBranchToTrap(Or);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/function/
H A Dtostring-2.js106 var or = new TestFunction( "Or", "a, b", tab + "return a | b;" );
107 function Or( a, b ) { function
152 "Or.toString()",
154 simplify(Or.toString()) );
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstruction.cpp123 case Or : return "or";
380 /// In LLVM, the Add, Mul, And, Or, and Xor operators are associative.
383 return Opcode == And || Opcode == Or || Opcode == Xor ||
401 case Or:
413 /// In LLVM, the And and Or operators are idempotent.
416 return Opcode == And || Opcode == Or;
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Expressions/
H A D11.10-2.js80 Or( shiftexp, addexp ),
251 function Or( s, a ) { function
H A D11.10-1.js252 function Or( s, a ) { function
H A D11.10-3.js250 function Or( s, a ) { function
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminus/
H A Dmakevms.com74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp149 case Instruction::Or:
153 Value *Or = Builder->CreateOr(X, Together); local
154 Or->takeName(Op);
155 return BinaryOperator::CreateAnd(Or, AndRHS);
375 case Instruction::Or:
1043 case Instruction::Or: {
1142 Value *Or = Builder->CreateOr(Op0NotVal, Op1NotVal, local
1144 return BinaryOperator::CreateNot(Or);
1285 if (I->getOpcode() == Instruction::Or) {
1742 Value *Or local
1752 Value *Or = Builder->CreateOr(X, RHS); local
[all...]
H A DInstCombineSimplifyDemanded.cpp176 } else if (I->getOpcode() == Instruction::Or) {
252 case Instruction::Or:
309 Instruction *Or = local
312 return InsertNewInstWith(Or, *I);
508 Instruction *Or = local
511 return InsertNewInstWith(Or, *I);
1083 case Instruction::Or:
H A DInstCombineCasts.cpp173 case Instruction::Or:
352 case Instruction::Or:
666 case Instruction::Or:
682 (Opc == Instruction::And || Opc == Instruction::Or ||
828 if (SrcI && SrcI->getOpcode() == Instruction::Or) {
838 return BinaryOperator::Create(Instruction::Or, LCast, RCast);
1007 case Instruction::Or:
1527 case Instruction::Or:
H A DInstCombineShifts.cpp109 case Instruction::Or:
204 case Instruction::Or:
412 case Instruction::Or:
486 bool isValid = true; // Valid only for And, Or, Xor
494 case Instruction::Or:
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLowerAtomic.cpp64 case AtomicRMWInst::Or:
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.h79 LessOrEq, Greater, GreaterOrEq, Equal, NotEqual, And, Or, enumerator in enum:__anon13032
/macosx-10.9.5/CPANInternal-140/XML-LibXML-Common/
H A DMakefile.PL90 Or get libxml2 from
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCExpr.h329 Or, ///< Bitwise or. enumerator in enum:llvm::MCBinaryExpr::Opcode
403 return Create(Or, LHS, RHS, Ctx);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/scripts/
H A Dmakevms.com124 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/bin/
H A Dstubmaker.pl116 Or:
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/bin/
H A Dstubmaker.pl120 Or:
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/bin/
H A Dstubmaker.pl120 Or:
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dspecman.vim3 " Maintainer: Or Freund <or@mobilian.com ;omf@gmx.co.uk; OrMeir@yahoo.com>
9 "| Thanks Or. |
/macosx-10.9.5/vim-53/src/
H A DMake_w16.mak58 # /Or Minimise resource alignment
62 LinkerLocalOptsAtW16_gvim16dexe =/Twe/x/l/c/C/k/Or/Oc/Oa/Oi/P=65535/V3.10
/macosx-10.9.5/CPANInternal-140/Net-IP/t/ExtUtils/
H A DTBone.pm208 Or better yet, like this:
213 Or even better, like this:
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DMakefile.PL262 Or get libxml2 from
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCExpr.cpp119 case MCBinaryExpr::Or: OS << '|'; break;
581 case MCBinaryExpr::Or: Result = LHS | RHS; break;

Completed in 309 milliseconds

1234567