Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3091 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 DEarlyCSE.cpp358 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 DSearchableTableEmitter.cpp239 Init *LHSI = LHS->getValueInit(Field.Name); in compareBy() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4094 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 DInterp.h449 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 DValueTracking.cpp9201 if (const Instruction *LHSI = dyn_cast<Instruction>(LHS)) { in isImpliedCondition() local