Home
last modified time | relevance | path

Searched defs:SI2 (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dast-types.cpp91 struct SI2 { int si2; }; argument
/llvm-project/clang/test/CodeGenCXX/
H A Drtti-layout.cpp74 struct SI2 : Empty { }; struct
/llvm-project/clang/test/Analysis/
H A Dpadding_cpp.cpp63 class SI2 : public PaddedA { // xxxexpected-warning{{Excessive padding in 'class SI2'}} class
/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1388 if (const SelectInst *SI2 = dyn_cast<SelectInst>(V2)) aliasSelect() local
H A DValueTracking.cpp3440 if (const SelectInst *SI2 = dyn_cast<SelectInst>(V2)) { isNonEqualSelect() local
/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp1206 Value *SI2 = IRB.CreateShuffleVector(VI3, VI4, IdxVec); TEST_F() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp341 SafeToMergeTerminators(Instruction * SI1,Instruction * SI2,SmallSetVector<BasicBlock *,4> * FailBlocks=nullptr) SafeToMergeTerminators() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14298 auto *SI2 = dyn_cast<ShuffleVectorInst>(I2); optimizeGatherSequence() local