Searched refs:Lane0 (Results 1 – 2 of 2) sorted by relevance
324 Value *const Lane0 = B.CreateCall(ReadLane, {V, B.getInt32(0)}); in buildReduction() local326 return buildNonAtomicBinOp(B, Op, Lane0, Lane32); in buildReduction()
293 bool Lane0 = TRI->getSubReg(*SR, ARM::ssub_0) == Reg; in PrintAsmOperand() local294 O << ARMInstPrinter::getRegisterName(*SR) << (Lane0 ? "[0]" : "[1]"); in PrintAsmOperand()