Searched defs:AndC (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp322 Constant *AndC = Constant::getIntegerValue(VTy, local
324 Instruction *And = BinaryOperator::CreateAnd(I->getOperand(0), AndC);
347 Constant *AndC = local
349 Instruction *NewAnd = BinaryOperator::CreateAnd(I->getOperand(0), AndC);

Completed in 68 milliseconds