Searched defs:LHSI (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 3091 stable_sort(Indices, [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes() 3100 stable_sort(Indices, [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes() 3118 [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes() 3331 sort(Indices, [&](unsigned LHSI, unsigned RHSI) { in sortJavaImports() 3343 [&](unsigned LHSI, unsigned RHSI) { in sortJavaImports()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 358 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqualImpl() local 545 CallInst *LHSI = cast<CallInst>(LHS.Inst); in isEqual() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 239 Init *LHSI = LHS->getValueInit(Field.Name); in compareBy() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 4094 Instruction *LHSI = dyn_cast<Instruction>(Op0); in foldICmpInstWithConstantNotInt() local 7604 Instruction *LHSI, in foldFCmpIntToFPConst() 7839 static Instruction *foldFCmpReciprocalAndZero(FCmpInst &I, Instruction *LHSI, in foldFCmpReciprocalAndZero() 8005 static Instruction *foldFCmpFSubIntoFCmp(FCmpInst &I, Instruction *LHSI, in foldFCmpFSubIntoFCmp() 8208 Instruction *LHSI; in visitFCmpInst() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 449 const T &LHSI = LHS.atIndex(1).deref<T>(); in Mulc() local 504 const T &LHSI = LHS.atIndex(1).deref<T>(); in Divc() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 9201 if (const Instruction *LHSI = dyn_cast<Instruction>(LHS)) { in isImpliedCondition() local
|