Home | History | Annotate | Download | only in IR

Lines Matching refs:BC1

1309     Value *BC1 = Builder.CreateBitCast(Arg1, NewVecTy, "cast");
1311 CallInst *NewCall = Builder.CreateCall(NewFn, {BC0, BC1}, Name);