Searched refs:BitcastD (Results 1 – 2 of 2) sorted by relevance
4968 Register BitcastD = MRI.createVirtualRegister(&Mips::MSA128DRegClass); in emitSTR_D() local4971 .addDef(BitcastD) in emitSTR_D()4975 .addUse(BitcastD) in emitSTR_D()
2713 Value *BitcastD = Builder.CreateBitCast(D, SelTy); in matchSelectFromAndOr() local2714 Value *Select = Builder.CreateSelect(Cond, BitcastC, BitcastD); in matchSelectFromAndOr()