Home
last modified time | relevance | path

Searched refs:NValue (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp358 auto *NValue = Rem->getOperand(0); in simplifyIVRemainder() local
363 bool UsedAsNumerator = IVOperand == NValue; in simplifyIVRemainder()
367 const SCEV *N = SE->getSCEV(NValue); in simplifyIVRemainder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp1691 uint64_t NValue = 0; in checkSymbolTable() local
1702 NValue = STE_64.n_value; in checkSymbolTable()
1709 NValue = STE.n_value; in checkSymbolTable()
1718 if (NValue >= S.strsize) in checkSymbolTable()
1719 return malformedError("bad n_value: " + Twine((int)NValue) + " past " in checkSymbolTable()
1724 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()
1790 uint64_t NValue = getNValue(Symb); in getIndirectName()
1791 if (NValue >= StringTable.size()) in getIndirectName()
1793 const char *Start = &StringTable.data()[NValue]; in getIndirectName()
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h496 inline int NValue() const { return Bit(7); } in NValue() function in v8::internal::Instruction

Completed in 11 milliseconds