Searched defs:LHSI (Results  1 – 7 of 7) sorted by relevance
| /external/llvm/lib/Transforms/Scalar/ | 
| D | EarlyCSE.cpp | 140   Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst;  in isEqual()  local 230   Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst;  in isEqual()  local
  | 
| /external/clang/lib/Format/ | 
| D | SortJavaScriptImports.cpp | 147                      [&](unsigned LHSI, unsigned RHSI) {  in analyze()
  | 
| D | Format.cpp | 1227       Indices.begin(), Indices.end(), [&](unsigned LHSI, unsigned RHSI) {  in sortCppIncludes()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | EarlyCSE.cpp | 304   Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst;  in isEqualImpl()  local 461   Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst;  in isEqual()  local
  | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineCompares.cpp | 1539                                                           Instruction *LHSI,  in visitICmpInstWithInstAndIntCst() 3624     if (Instruction *LHSI = dyn_cast<Instruction>(Op0))  in visitICmpInst()  local 3640     if (Instruction *LHSI = dyn_cast<Instruction>(Op0))  in visitICmpInst()  local 4298                                                 Instruction *LHSI,  in FoldFCmp_IntToFP_Cst() 4592     if (Instruction *LHSI = dyn_cast<Instruction>(Op0))  in visitFCmpInst()  local
  | 
| D | InstCombineAndOrXor.cpp | 361   Instruction *LHSI = dyn_cast<Instruction>(LHS);  in FoldLogicalPlusAnd()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineCompares.cpp | 3171   Instruction *LHSI = dyn_cast<Instruction>(Op0);  in foldICmpInstWithConstantNotInt()  local 5684 Instruction *InstCombiner::foldFCmpIntToFPConst(FCmpInst &I, Instruction *LHSI,  in foldFCmpIntToFPConst() 5923 static Instruction *foldFCmpReciprocalAndZero(FCmpInst &I, Instruction *LHSI,  in foldFCmpReciprocalAndZero() 6117   Instruction *LHSI;  in visitFCmpInst()  local
  |