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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp695 if (CI->isNoopCast(*DL))
705 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()),
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h662 static bool isNoopCast(
672 bool isNoopCast(const DataLayout &DL) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1943 if (!CI->isNoopCast(CI->getModule()->getDataLayout()))
1965 assert(CI->isNoopCast(CI->getModule()->getDataLayout()) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2481 bool CastInst::isNoopCast(Instruction::CastOps Opcode, function in class:CastInst
2510 bool CastInst::isNoopCast(const DataLayout &DL) const { function in class:CastInst
2511 return isNoopCast(getOpcode(), getOperand(0)->getType(), getType(), DL);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp631 if (CI->isNoopCast(DL))
H A DInstCombineCompares.cpp555 if (!CI->isNoopCast(DL))
785 if (!CI->isNoopCast(DL))
791 if (!CI->isNoopCast(DL))
H A DInstructionCombining.cpp2524 if (!Cast || !Cast->isNoopCast(DL))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp353 if (Cast->isNoopCast(DL) && !hasTrivialKill(Cast->getOperand(0)))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1686 if (CI->isNoopCast(DL) || isa<ZExtInst>(&I))

Completed in 122 milliseconds