Home
last modified time | relevance | path

Searched defs:isLE (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
Dutf32.js15 exports.utf32le = { type: '_utf32', isLE: true }; property
16 exports.utf32be = { type: '_utf32', isLE: false }; property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType()
82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
DELF.h153 bool isLE() const { in isLE() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10730 bool isLE = DAG.getDataLayout().isLittleEndian(); in visitTRUNCATE() local
11453 bool isLE = DAG.getDataLayout().isLittleEndian(); in ConstantFoldBITCASTofBUILD_VECTOR() local
17383 bool isLE = DAG.getDataLayout().isLittleEndian(); in reduceBuildVecExtToExtBuildVec() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1810 bool isLE = DAG.getDataLayout().isLittleEndian(); in isVSLDOIShuffleMask() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp15447 bool isSEXTLoad, bool IsMasked, bool isLE, in getMVEIndexedAddressParts()