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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Reassociate.cpp 350 Value *OldLHS = I->getOperand(0);
366 RemoveDeadBinaryOp(OldLHS);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 655 Value *OldLHS = Op->getOperand(0);
658 if (NewLHS == OldLHS && NewRHS == OldRHS)
662 if (NewLHS == OldRHS && NewRHS == OldLHS) {
675 if (NewLHS != OldLHS) {
676 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 109 Value *OldLHS = I.getOperand(0);
111 ConstantInt *ConstLHS = dyn_cast<ConstantInt>(OldLHS);
113 IntrinsicInst *IntrLHS = dyn_cast<IntrinsicInst>(OldLHS);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 825 milliseconds