Searched refs:BitcastD (Results 1 – 2 of 2) sorted by relevance
5150 Register BitcastD = MRI.createVirtualRegister(&Mips::MSA128DRegClass); in emitSTR_D() local5153 .addDef(BitcastD) in emitSTR_D()5157 .addUse(BitcastD) in emitSTR_D()
3279 Value *BitcastD = Builder.CreateBitCast(D, SelTy); in matchSelectFromAndOr() local3280 Value *Select = Builder.CreateSelect(Cond, BitcastB, BitcastD); in matchSelectFromAndOr()