Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:cast

239   if (auto *Cast = dyn_cast<BitCastInst>(Op0)) {
241 if (!Cast->getSrcTy()->isFloatTy() &&
242 !Cast->getSrcTy()->isDoubleTy() &&
243 !Cast->getSrcTy()->isFP128Ty())
245 Value *V = Cast->getOperand(0);
257 PossibleJunk.insert(Cast);
291 std::tie(Op0, Mask0, Worthy0) = ConvertedInsts[cast<Instruction>(I.getOperand(0))];
292 std::tie(Op1, Mask1, Worthy1) = ConvertedInsts[cast<Instruction>(I.getOperand(1))];
320 convertFCmp(cast<CmpInst>(I));
322 convertICmp(cast<CmpInst>(I));