Home
last modified time | relevance | path

Searched defs:IVI (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp342 } else if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(V)) { in getNoopInput() local
/llvm-project/llvm/lib/IR/
H A DInstruction.cpp824 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(I1)) hasSameSpecialState() local
H A DInstructions.cpp2462 InsertValueInst(const InsertValueInst & IVI) InsertValueInst() argument
H A DAsmWriter.cpp4331 } else if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(&I)) { printInstruction() local
H A DVerifier.cpp4344 visitInsertValueInst(InsertValueInst & IVI) visitInsertValueInst() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp713 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(L)) { cmpOperations() local
H A DSCCPSolver.cpp1368 visitInsertValueInst(InsertValueInst & IVI) visitInsertValueInst() argument
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp306 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(Inst)) getHashValueImpl() local
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2281 const InsertValueInst *IVI = cast<InsertValueInst>(&I); writeInstruction() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1462 } else if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(&U)) { getOffsetFromIndices() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3009 const InsertValueInst *IVI = cast<InsertValueInst>(&I); writeInstruction() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5312 for (++IVI; IVI != IVE; ++IVI) { in RewriteObjCClassMetaData() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2200 for (; numIvars > 0 && IVI != IVE; ++IVI) { in CheckImplementationIvars() local
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5184 for (auto *IVI = dyn_cast<InsertValueInst>(Agg); IVI != nullptr; simplifyExtractValueInst() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp18254 vectorizeInsertValueInst(InsertValueInst * IVI,BasicBlock * BB,BoUpSLP & R,bool MaxVFOnly) vectorizeInsertValueInst() argument