reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
259 IRBuilder<> Builder(CS.getInstruction()); 260 Instruction *OrigInst = CS.getInstruction(); 265 if (CS.getCalledValue()->getType() != Callee->getType()) 266 Callee = Builder.CreateBitCast(Callee, CS.getCalledValue()->getType()); 267 auto *Cond = Builder.CreateICmpEQ(CS.getCalledValue(), Callee); 274 SplitBlockAndInsertIfThenElse(Cond, CS.getInstruction(), &ThenTerm, &ElseTerm,