Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h21 class CastInst; global() variable
H A DSimplifyIndVar.h25 class CastInst; variable
/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp
H A DConstantHoisting.cpp179 return CastInst->getIterator(); in findMatInsertPt() local
468 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { collectConstantCandidates() local
795 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { emitBaseConstants() local
[all...]
/llvm-project/llvm/docs/
H A DProgrammersManual.rst3784 .. _CastInst: global() target
/llvm-project/llvm/unittests/IR/
H A DInstructionsTest.cpp199 TEST(InstructionsTest, CastInst) { in TEST() argument
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12536 Instruction *CastInst = new AddrSpaceCastInst(OriginalValue, NewPtrTy); manifest() local
[all...]