Searched defs:LHSI (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
H A D | IncludeOrderCheck.cpp | 130 [&FileDirectives](unsigned LHSI, unsigned RHSI) { in EndOfMainFile()
|
/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 3091 __anon57ed8e8e0502(unsigned LHSI, unsigned RHSI) sortCppIncludes() argument 3100 __anon57ed8e8e0602(unsigned LHSI, unsigned RHSI) sortCppIncludes() argument 3118 __anon57ed8e8e0702(unsigned LHSI, unsigned RHSI) sortCppIncludes() argument 3331 __anon57ed8e8e0802(unsigned LHSI, unsigned RHSI) sortJavaImports() argument 3343 __anon57ed8e8e0902(unsigned LHSI, unsigned RHSI) sortJavaImports() argument [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 358 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; isEqualImpl() local 545 CallInst *LHSI = cast<CallInst>(LHS.Inst); isEqual() local [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 237 const Init *LHSI = LHS->getValueInit(Field.Name); in compareBy() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 4094 Instruction *LHSI = dyn_cast<Instruction>(Op0); foldICmpInstWithConstantNotInt() local 7604 foldFCmpIntToFPConst(FCmpInst & I,Instruction * LHSI,Constant * RHSC) foldFCmpIntToFPConst() argument 7839 foldFCmpReciprocalAndZero(FCmpInst & I,Instruction * LHSI,Constant * RHSC) foldFCmpReciprocalAndZero() argument 8005 foldFCmpFSubIntoFCmp(FCmpInst & I,Instruction * LHSI,Constant * RHSC,InstCombinerImpl & CI) foldFCmpFSubIntoFCmp() argument 8208 Instruction *LHSI; visitFCmpInst() local [all...] |
/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h |
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 9031 if (const Instruction *LHSI = dyn_cast<Instruction>(LHS)) { isImpliedCondition() local
|