Searched refs:isNoopCast (Results 1 – 6 of 6) sorted by relevance
658 if (CI->isNoopCast(*DL)) in findValueImpl()668 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()), in findValueImpl()
811 static bool isNoopCast(819 bool isNoopCast(826 bool isNoopCast(const DataLayout &DL) const;
2292 bool CastInst::isNoopCast(Instruction::CastOps Opcode, in isNoopCast() function in CastInst2322 bool CastInst::isNoopCast(Type *IntPtrTy) const { in isNoopCast() function in CastInst2323 return isNoopCast(getOpcode(), getOperand(0)->getType(), getType(), IntPtrTy); in isNoopCast()2326 bool CastInst::isNoopCast(const DataLayout &DL) const { in isNoopCast() function in CastInst2336 return isNoopCast(getOpcode(), getOperand(0)->getType(), getType(), IntPtrTy); in isNoopCast()
501 if (CI->isNoopCast(DL)) { in combineLoadToOperationType()
2112 if (!CI->isNoopCast(CI->getModule()->getDataLayout())) in findRematerializableChainToBasePointer()2132 assert(CI->isNoopCast(CI->getModule()->getDataLayout()) && in chainToBasePointerCost()
143 if (Cast->isNoopCast(DL.getIntPtrType(Cast->getContext())) && in hasTrivialKill()