Searched defs:LHSI (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 3058 __anon79e69e6d0402(unsigned LHSI, unsigned RHSI) sortCppIncludes() argument 3067 __anon79e69e6d0502(unsigned LHSI, unsigned RHSI) sortCppIncludes() argument 3085 __anon79e69e6d0602(unsigned LHSI, unsigned RHSI) sortCppIncludes() argument 3288 __anon79e69e6d0702(unsigned LHSI, unsigned RHSI) sortJavaImports() argument 3300 __anon79e69e6d0802(unsigned LHSI, unsigned RHSI) sortJavaImports() argument [all...] |
/freebsd-src/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); isEqual() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 226 Init *LHSI = LHS->getValueInit(Field.Name); compareBy() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3931 Instruction *LHSI = dyn_cast<Instruction>(Op0); foldICmpInstWithConstantNotInt() local 7233 foldFCmpIntToFPConst(FCmpInst & I,Instruction * LHSI,Constant * RHSC) foldFCmpIntToFPConst() argument 7469 foldFCmpReciprocalAndZero(FCmpInst & I,Instruction * LHSI,Constant * RHSC) foldFCmpReciprocalAndZero() argument 7739 Instruction *LHSI; visitFCmpInst() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 8417 if (const Instruction *LHSI = dyn_cast<Instruction>(LHS)) { isImpliedCondition() local
|