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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 533 Value *CommonValue = 0;
543 if (!V || (CommonValue && V != CommonValue))
545 CommonValue = V;
548 return CommonValue;
574 Value *CommonValue = 0;
582 if (!V || (CommonValue && V != CommonValue))
584 CommonValue = V;
587 return CommonValue;
    [all...]
ConstantFolding.cpp 819 Constant *CommonValue = 0;
    [all...]

Completed in 1345 milliseconds