Searched refs:Oper (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/lib/libc/nls/ |
| D | sk_SK.ISO8859-2.msg | 9 1 Oper�cia nie je povolen� 45 19 Oper�cia nie je zariaden�m podporovan� 79 36 Oper�cia pr�ve prebieha 81 37 Oper�cia u� prebieha 97 45 Oper�cia nie je podporovan� 181 87 Oper�cia zru�en�
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | ScalarEvolutionExpander.cpp | 957 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true); in hoistIVInc() local 958 if (!Oper) in hoistIVInc() 962 IncV = Oper; in hoistIVInc()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaOverload.cpp | 6243 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates() local 6245 Oper != OperEnd; in AddMemberOperatorCandidates() 6246 ++Oper) in AddMemberOperatorCandidates() 6247 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 11346 for (LookupResult::iterator Oper = R.begin(), OperEnd = R.end(); in BuildCallToObjectOfClassType() local 11347 Oper != OperEnd; ++Oper) { in BuildCallToObjectOfClassType() 11348 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 11626 for (LookupResult::iterator Oper = R.begin(), OperEnd = R.end(); in BuildOverloadedArrowExpr() local 11627 Oper != OperEnd; ++Oper) { in BuildOverloadedArrowExpr() 11628 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | LoopStrengthReduce.cpp | 2382 if (Instruction *Oper = dyn_cast<Instruction>(*OI)) { in findIVOperand() local 2383 if (!SE.isSCEVable(Oper->getType())) in findIVOperand() 2387 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(Oper))) { in findIVOperand() 2398 static Value *getWideOperand(Value *Oper) { in getWideOperand() argument 2399 if (TruncInst *Trunc = dyn_cast<TruncInst>(Oper)) in getWideOperand() 2401 return Oper; in getWideOperand()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGExprScalar.cpp | 1778 Value *Oper = Visit(E->getSubExpr()); in VisitUnaryLNot() local 1779 Value *Zero = llvm::Constant::getNullValue(Oper->getType()); in VisitUnaryLNot() 1781 if (Oper->getType()->isFPOrFPVectorTy()) in VisitUnaryLNot() 1782 Result = Builder.CreateFCmp(llvm::CmpInst::FCMP_OEQ, Oper, Zero, "cmp"); in VisitUnaryLNot() 1784 Result = Builder.CreateICmp(llvm::CmpInst::ICMP_EQ, Oper, Zero, "cmp"); in VisitUnaryLNot()
|
| /freebsd-9-stable/share/misc/ |
| D | usb_hid_usages | 395 0xA1 Keyboard Oper
|