Searched refs:isNoopCast (Results 1 – 4 of 4) sorted by relevance
570 static bool isNoopCast(578 bool isNoopCast(
593 if (CI->isNoopCast(TD ? TD->getIntPtrType(V->getContext()) : in findValueImpl()604 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()), in findValueImpl()
2067 bool CastInst::isNoopCast(Instruction::CastOps Opcode, in isNoopCast() function in CastInst2095 bool CastInst::isNoopCast(Type *IntPtrTy) const { in isNoopCast() function in CastInst2096 return isNoopCast(getOpcode(), getOperand(0)->getType(), getType(), IntPtrTy); in isNoopCast()
103 if (Cast->isNoopCast(TD.getIntPtrType(Cast->getContext())) && in hasTrivialKill()