Home
last modified time | relevance | path

Searched refs:isLE (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DBinary.h59 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
60 if (isLE) in getELFType()
66 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
67 if (isLE) in getMachOType()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5398 bool isLE = TLI.isLittleEndian(); in visitTRUNCATE() local
5452 int Index = isLE ? (Elt*SizeRatio) : (Elt*SizeRatio + (SizeRatio-1)); in visitTRUNCATE()
5833 bool isLE = TLI.isLittleEndian(); in ConstantFoldBITCASTofBUILD_VECTOR() local
5839 SDValue Op = BV->getOperand(i+ (isLE ? (NumInputsPerOutput-j-1) : j)); in ConstantFoldBITCASTofBUILD_VECTOR()
8920 bool isLE = TLI.isLittleEndian(); in reduceBuildVecExtToExtBuildVec() local
8940 unsigned Index = isLE ? (i * ElemRatio) : in reduceBuildVecExtToExtBuildVec()