HomeSort by relevance Sort by last modified time
    Searched refs:AndLHS (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 230 Value *AndLHS = CmpBO->getOperand(0);
232 const SCEV *AndLHSSCEV = SE->getSCEV(AndLHS);
235 std::swap(AndLHS, AndRHS);
263 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(AndLHS)) {
GuardWidening.cpp 489 Value *AndLHS, *AndRHS;
490 if (match(CheckCond, m_And(m_Value(AndLHS), m_Value(AndRHS))))
491 return parseRangeChecks(AndLHS, Checks) &&
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 278 milliseconds