Lines Matching refs:cast
61 if (!isSimpleEnoughValueToCommit(cast<Constant>(Op), SimpleConstants, DL))
69 ConstantExpr *CE = cast<ConstantExpr>(C);
112 /// particular, if it is a cast to anything other than from one pointer type to
119 if (!cast<PointerType>(C->getType())->getElementType()->isSingleValueType())
130 cast<GEPOperator>(CE)->isInBounds()) {
131 GlobalVariable *GV = cast<GlobalVariable>(CE->getOperand(0));
155 return cast<GlobalVariable>(CE->getOperand(0))->hasUniqueInitializer();
181 GlobalVariable *GV = cast<GlobalVariable>(CE->getOperand(0));
235 Type *NewTy = cast<PointerType>(Ptr->getType())->getElementType();
289 DEBUG(dbgs() << "Found a Cast! Simplifying: " << *InstResult
316 cast<GEPOperator>(GEP)->isInBounds());
399 ConstantInt *Size = cast<ConstantInt>(II->getArgOperand(0));
571 ReturnInst *RI = cast<ReturnInst>(CurBB->getTerminator());