Home | History | Annotate | Download | only in IPO

Lines Matching refs:BitCastInst

634     } else if (const BitCastInst *CI = dyn_cast<BitCastInst>(U)) {
772 isa<BitCastInst>(GlobalUser) ||
852 BitCastInst *TheBC = nullptr;
855 if (BitCastInst *BCI = dyn_cast<BitCastInst>(User)) {
864 TheBC = new BitCastInst(NewGV, CI->getType(), "newgv", CI);
990 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Inst)) {
1021 } else if (isa<BitCastInst>(U)) {
1545 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI);
1548 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Malloc))