Searched refs:isLE (Results 1 – 2 of 2) sorted by relevance
59 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument60 if (isLE) in getELFType()66 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument67 if (isLE) in getMachOType()
5398 bool isLE = TLI.isLittleEndian(); in visitTRUNCATE() local5452 int Index = isLE ? (Elt*SizeRatio) : (Elt*SizeRatio + (SizeRatio-1)); in visitTRUNCATE()5833 bool isLE = TLI.isLittleEndian(); in ConstantFoldBITCASTofBUILD_VECTOR() local5839 SDValue Op = BV->getOperand(i+ (isLE ? (NumInputsPerOutput-j-1) : j)); in ConstantFoldBITCASTofBUILD_VECTOR()8920 bool isLE = TLI.isLittleEndian(); in reduceBuildVecExtToExtBuildVec() local8940 unsigned Index = isLE ? (i * ElemRatio) : in reduceBuildVecExtToExtBuildVec()