Home
last modified time | relevance | path

Searched refs:BitcastD (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4968 Register BitcastD = MRI.createVirtualRegister(&Mips::MSA128DRegClass); in emitSTR_D() local
4971 .addDef(BitcastD) in emitSTR_D()
4975 .addUse(BitcastD) in emitSTR_D()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2713 Value *BitcastD = Builder.CreateBitCast(D, SelTy); in matchSelectFromAndOr() local
2714 Value *Select = Builder.CreateSelect(Cond, BitcastC, BitcastD); in matchSelectFromAndOr()