Searched refs:BitcastD (Results 1 – 2 of 2) sorted by relevance
4980 Register BitcastD = MRI.createVirtualRegister(&Mips::MSA128DRegClass); in emitSTR_D() local4983 .addDef(BitcastD) in emitSTR_D()4987 .addUse(BitcastD) in emitSTR_D()
3221 Value *BitcastD = Builder.CreateBitCast(D, SelTy); in matchSelectFromAndOr() local3222 Value *Select = Builder.CreateSelect(Cond, BitcastB, BitcastD); in matchSelectFromAndOr()