Lines Matching defs:IsLE
18072 bool IsLE = getTarget().isLittleEndian();
18078 if (!IsLE)
18089 llvm::Function *Lvs = CGM.getIntrinsic(IsLE ? Intrinsic::ppc_altivec_lvsr
18098 Op0 = IsLE ? HiLd : LoLd;
18099 Op1 = IsLE ? LoLd : HiLd;
18101 Constant *Zero = llvm::Constant::getNullValue(IsLE ? ResTy : AllElts->getType());
18103 if (IsLE) {
18125 bool IsLE = getTarget().isLittleEndian();
18131 if (IsLE) {
18167 if (IsLE && Width > 1) {
18180 Result = StoreSubVec(8, NumBytes - 8, IsLE ? 0 : 1);
18186 IsLE ? (Stored >> 2) : 3 - (Stored >> 2));
18192 IsLE ? (Stored >> 1) : 7 - (Stored >> 1));
18198 StoreSubVec(1, NumBytes - Stored - 1, IsLE ? Stored : 15 - Stored);