HomeSort by: relevance | last modified time | path
    Searched refs:CCmp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp 572 Constant *CCmp = ConstantExpr::getCompare(CCVal, CSrc0, CSrc1);
573 if (CCmp->isNullValue()) {
575 II, ConstantExpr::getSExt(CCmp, II.getType()));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 5486 auto BuildUREMPattern = [&](ConstantSDNode *CDiv, ConstantSDNode *CCmp) {
5492 const APInt &Cmp = CCmp->getAPIntValue();

Completed in 100 milliseconds