Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:castValue

1952   llvm::Value *castValue = Builder.CreateBitCast(value, Int8PtrTy);
1954 Builder.CreateCall2(fn, addr, castValue)->setDoesNotThrow();