Searched refs:isNoopCast (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 698 if (CI->isNoopCast(*DL)) in findValueImpl() 708 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()), in findValueImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 298 return CastInst::isNoopCast(Instruction::CastOps(I2P->getOpcode()), in isNoopPtrIntCastPair() 301 CastInst::isNoopCast(Instruction::CastOps(P2I->getOpcode()), in isNoopPtrIntCastPair()
|
| H A D | RewriteStatepointsForGC.cpp | 2280 if (!CI->isNoopCast(CI->getDataLayout())) in findRematerializableChainToBasePointer() 2302 assert(CI->isNoopCast(CI->getDataLayout()) && in chainToBasePointerCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 583 isNoopCast(Instruction::CastOps Opcode, ///< Opcode of cast 592 LLVM_ABI bool isNoopCast(const DataLayout &DL) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2780 bool CastInst::isNoopCast(Instruction::CastOps Opcode, in isNoopCast() function in CastInst 2810 bool CastInst::isNoopCast(const DataLayout &DL) const { in isNoopCast() function in CastInst 2811 return isNoopCast(getOpcode(), getOperand(0)->getType(), getType(), DL); in isNoopCast()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 692 if (CastUser->isNoopCast(IC.getDataLayout()) && in combineLoadToOperationType()
|
| H A D | InstructionCombining.cpp | 3758 if (!Cast || !Cast->isNoopCast(DL)) in tryToMoveFreeBeforeNullTest()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2601 if (CI->isNoopCast(DL)) { in salvageDebugInfoImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 21589 …NoopCastENS_11Instruction7CastOpsEPKNS_4TypeES5_S5_", "llvm::CastInst::isNoopCast(llvm::Instructio… 21590 {"_ZNK4llvm8CastInst10isNoopCastEPKNS_4TypeE", "llvm::CastInst::isNoopCast(llvm::Type const*) const…
|