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 461 Value *CommonValue = nullptr;
471 if (!V || (CommonValue && V != CommonValue))
473 CommonValue = V;
476 return CommonValue;
502 Value *CommonValue = nullptr;
510 if (!V || (CommonValue && V != CommonValue))
512 CommonValue = V;
515 return CommonValue;
    [all...]
ConstantFolding.cpp     [all...]

Completed in 186 milliseconds