Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h23 class CastInst; variable
H A DSimplifyIndVar.h25 class CastInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp176 if (auto CastInst = dyn_cast<Instruction>(Opnd)) in findMatInsertPt() local
463 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { in collectConstantCandidates() local
768 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { in emitBaseConstants() local
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValue.h143 friend class CastInst; // For getting `Val`. variable
H A DInstruction.h92 friend class CastInst; // For getTopmostLLVMInstruction(). variable
2304 CastInst(llvm::CastInst *CI, Context &Ctx) in CastInst() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12920 Instruction *CastInst = new AddrSpaceCastInst(OriginalValue, NewPtrTy); in makeChange() local