Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h19 class CastInst; global() variable
H A DSimplifyIndVar.h23 class CastInst; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp223 auto *CastInst = new BitCastInst(GV, Ty, "tls_bitcast"); in genBitCastInst() local
238 auto *CastInst = genBitCastInst(Fn, GV); in tryReplaceTLSCandidate() local
H A DConstantHoisting.cpp178 if (auto CastInst = dyn_cast<Instruction>(Opnd)) findMatInsertPt() local
463 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { collectConstantCandidates() local
788 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { emitBaseConstants() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12546 Instruction *CastInst = new AddrSpaceCastInst(OriginalValue, NewPtrTy); manifest() local
[all...]