Searched refs:COp (Results 1 – 2 of 2) sorted by relevance
348 if (Constant *COp = dyn_cast<Constant>(I.getOperand(0))) in visitBitCast() local349 if (Constant *C = ConstantExpr::getBitCast(COp, I.getType())) { in visitBitCast()373 if (Constant *COp = dyn_cast<Constant>(I.getOperand(0))) in visitPtrToInt() local374 if (Constant *C = ConstantExpr::getPtrToInt(COp, I.getType())) { in visitPtrToInt()406 if (Constant *COp = dyn_cast<Constant>(I.getOperand(0))) in visitIntToPtr() local407 if (Constant *C = ConstantExpr::getIntToPtr(COp, I.getType())) { in visitIntToPtr()433 if (Constant *COp = dyn_cast<Constant>(I.getOperand(0))) in visitCastInst() local434 if (Constant *C = ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) { in visitCastInst()
328 else if (Constant *COp = dyn_cast<Constant>(I->getOperand(i))) in SimplifyWithOpReplaced() local329 ConstOps.push_back(COp); in SimplifyWithOpReplaced()