Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2279 llvm::stable_sort(Indices, [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes()
2288 llvm::stable_sort(Indices, [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes()
2305 [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes()
2482 llvm::sort(Indices, [&](unsigned LHSI, unsigned RHSI) { in sortJavaImports()
2494 [&](unsigned LHSI, unsigned RHSI) { in sortJavaImports()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp329 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqualImpl() local
498 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqual() local
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp225 Init *LHSI = LHS->getValueInit(Field.Name); in compareBy() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3243 Instruction *LHSI = dyn_cast<Instruction>(Op0); in foldICmpInstWithConstantNotInt() local
5809 Instruction *LHSI, in foldFCmpIntToFPConst()
6048 static Instruction *foldFCmpReciprocalAndZero(FCmpInst &I, Instruction *LHSI, in foldFCmpReciprocalAndZero()
6236 Instruction *LHSI; in visitFCmpInst() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp6544 if (const Instruction *LHSI = dyn_cast<Instruction>(LHS)) { in isImpliedCondition() local