Home
last modified time | relevance | path

Searched defs:CastInst (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h21 class CastInst; variable
H A DSimplifyIndVar.h25 class CastInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp224 CastInst->insertInto(PosBB, Iter); in genBitCastInst() local
239 auto *CastInst = genBitCastInst(Fn, GV); tryReplaceTLSCandidate() local
H A DConstantHoisting.cpp179 if (auto CastInst = dyn_cast<Instruction>(Opnd)) in findMatInsertPt() local
468 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { in collectConstantCandidates() local
795 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { in emitBaseConstants() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12536 Instruction *CastInst = new AddrSpaceCastInst(OriginalValue, NewPtrTy); in manifest() local