Home
last modified time | relevance | path

Searched refs:isNoopCast (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp698 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 DInferAddressSpaces.cpp298 return CastInst::isNoopCast(Instruction::CastOps(I2P->getOpcode()), in isNoopPtrIntCastPair()
301 CastInst::isNoopCast(Instruction::CastOps(P2I->getOpcode()), in isNoopPtrIntCastPair()
H A DRewriteStatepointsForGC.cpp2280 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 DInstrTypes.h583 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 DInstructions.cpp2780 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 DInstCombineLoadStoreAlloca.cpp692 if (CastUser->isNoopCast(IC.getDataLayout()) && in combineLoadToOperationType()
H A DInstructionCombining.cpp3758 if (!Cast || !Cast->isNoopCast(DL)) in tryToMoveFreeBeforeNullTest()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2601 if (CI->isNoopCast(DL)) { in salvageDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc21589 …NoopCastENS_11Instruction7CastOpsEPKNS_4TypeES5_S5_", "llvm::CastInst::isNoopCast(llvm::Instructio…
21590 {"_ZNK4llvm8CastInst10isNoopCastEPKNS_4TypeE", "llvm::CastInst::isNoopCast(llvm::Type const*) const…