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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 367 Constant *AndC = Constant::getIntegerValue(VTy,
369 Instruction *And = BinaryOperator::CreateAnd(I->getOperand(0), AndC);
392 Constant *AndC =
394 Instruction *NewAnd = BinaryOperator::CreateAnd(I->getOperand(0), AndC);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 428 bool isAndLoadExtLoad(ConstantSDNode *AndC, LoadSDNode *LoadN,
    [all...]

Completed in 125 milliseconds