reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
885 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false), 885 FunctionType::get(B.getVoidTy(), {B.getInt8PtrTy()}, false), 893 B.SetInsertPoint(IfBB); 894 B.CreateCondBr(B.getTrue(), LoopMainBB, LoopStartBB); 894 B.CreateCondBr(B.getTrue(), LoopMainBB, LoopStartBB); 895 B.SetInsertPoint(LoopStartBB); 896 B.CreateBr(LoopMainBB); 897 B.SetInsertPoint(LoopMainBB); 898 B.CreateCondBr(B.getTrue(), LoopStartBB, AfterLoopBB); 898 B.CreateCondBr(B.getTrue(), LoopStartBB, AfterLoopBB); 899 B.SetInsertPoint(AfterLoopBB); 905 LoadInst *LoadInst = B.CreateLoad(B.getInt8Ty(), FirstArg); 905 LoadInst *LoadInst = B.CreateLoad(B.getInt8Ty(), FirstArg);