HomeSort by relevance Sort by last modified time
    Searched defs:AndRHS (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 231 Value *AndRHS = CmpBO->getOperand(1);
233 const SCEV *AndRHSSCEV = SE->getSCEV(AndRHS);
235 std::swap(AndLHS, AndRHS);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 347 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1));
352 ConstantInt::get(I->getType(), NewMask & AndRHS->getValue());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 387 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1));
392 ConstantInt::get(I->getType(), NewMask & AndRHS->getValue());
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 311 milliseconds