Searched refs:NV (Results 1 - 19 of 19) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractMapEntryTest.java34 private static final Integer NV = null; field in class:AbstractMapEntryTest
57 assertEquals("foo=null", entry("foo", NV).toString());
58 assertEquals("null=null", entry(NK, NV).toString());
74 assertEquals(control("bar", NV), entry("bar", NV));
88 assertEquals(control("bar", NV).hashCode(), entry("bar", NV).hashCode());
89 assertEquals(control(NK, NV).hashCode(), entry(NK, NV).hashCode());
/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp708 NV = 38, // NV Nevada enumerator in enum:USState
821 NM, NM, NM, NM, NM, TX, XX, XX, XX, NV, // 880-889
822 NV, NV, XX, NV, NV, NV, XX, NV, NV, X
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp171 if (Instruction *NV = FoldOpIntoPhi(I))
172 return NV;
279 if (Instruction *NV = FoldOpIntoPhi(I))
280 return NV;
397 if (Instruction *NV = FoldOpIntoPhi(I))
398 return NV;
600 if (Instruction *NV = FoldOpIntoPhi(I))
601 return NV;
H A DInstCombineAddSub.cpp155 if (Instruction *NV = FoldOpIntoPhi(I))
156 return NV;
348 if (Instruction *NV = FoldOpIntoPhi(I))
349 return NV;
H A DInstCombineCalls.cpp1218 Value *NV = NC; local
1219 if (OldRetTy != NV->getType() && !Caller->use_empty()) {
1220 if (!NV->getType()->isVoidTy()) {
1223 NV = NC = CastInst::Create(opcode, NC, OldRetTy);
1237 NV = UndefValue::get(Caller->getType());
1242 ReplaceInstUsesWith(*Caller, NV);
H A DInstCombineAndOrXor.cpp1129 if (Instruction *NV = FoldOpIntoPhi(I))
1130 return NV;
1761 if (Instruction *NV = FoldOpIntoPhi(I))
1762 return NV;
2162 if (Instruction *NV = FoldOpIntoPhi(I))
2163 return NV;
H A DInstCombineCasts.cpp298 if (Instruction *NV = FoldOpIntoSelect(CI, SI))
299 return NV;
308 if (Instruction *NV = FoldOpIntoPhi(CI))
309 return NV;
H A DInstCombineSelect.cpp873 if (Instruction *NV = FoldOpIntoPhi(SI))
874 return NV;
H A DInstCombineShifts.cpp356 if (Instruction *NV = FoldOpIntoPhi(I))
357 return NV;
H A DInstCombineCompares.cpp2217 if (Instruction *NV = FoldOpIntoPhi(I))
2218 return NV;
2922 if (Instruction *NV = FoldOpIntoPhi(I))
2923 return NV;
2927 if (Instruction *NV = FoldFCmp_IntToFP_Cst(I, LHSI, RHSC))
2928 return NV;
/external/llvm/lib/Linker/
H A DLinkModules.cpp725 GlobalValue::VisibilityTypes NV; local
727 if (getLinkageResult(DGV, SGV, NewLinkage, NV, LinkFromSrc))
729 NewVisibility = NV;
787 GlobalValue::VisibilityTypes NV; local
788 if (getLinkageResult(DGV, SF, NewLinkage, NV, LinkFromSrc))
790 NewVisibility = NV;
841 GlobalValue::VisibilityTypes NV; local
843 if (getLinkageResult(DGV, SGA, NewLinkage, NV, LinkFromSrc))
845 NewVisibility = NV;
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp490 Value *NV = UndefValue::get(PN->getType()); local
491 PN->replaceAllUsesWith(NV);
493 VMap[OldI] = NV;
H A DSimplifyCFG.cpp1346 SelectInst *NV = local
1348 PN->replaceAllUsesWith(NV);
1349 NV->takeName(PN);
1926 Value *NV = cast<SelectInst> local
1928 PN->setIncomingValue(PBBIdx, NV);
/external/llvm/lib/VMCore/
H A DMetadata.cpp76 virtual void allUsesReplacedWith(Value *NV);
85 void MDNodeOperand::allUsesReplacedWith(Value *NV) { argument
86 getParent()->replaceOperand(this, NV);
/external/clang/include/clang/AST/
H A DASTVector.h334 void resize(ASTContext &C, unsigned N, const T &NV) { argument
341 construct_range(this->end(), this->begin()+N, NV);
/external/llvm/include/llvm/ADT/
H A DSmallVector.h315 void resize(unsigned N, const T &NV) { argument
322 std::uninitialized_fill(this->end(), this->begin()+N, NV);
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2797 Value *NV = CI->getOperand(1); local
2798 if (NV == LF.OperandValToReplace) {
2800 CI->setOperand(0, NV);
2801 NV = CI->getOperand(1);
2806 const SCEV *N = SE.getSCEV(NV);
H A DScalarReplAggregates.cpp279 Value *ConvertScalar_ExtractValue(Value *NV, Type *ToType,
/external/sonivox/jet_tools/JetCreator/
H A Dimg_splash.py1005 \xc2\x82&`\x142X>NV\x99|-/?j\x9f@dt\x19\xca\x8a\xe2\x8e\x86\x8e^\x8e\x00\x12\

Completed in 148 milliseconds