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

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 366 Constant *COp = dyn_cast<Constant>(I.getOperand(0));
367 if (!COp)
368 COp = SimplifiedValues.lookup(I.getOperand(0));
369 if (COp)
370 if (Constant *C = ConstantExpr::getBitCast(COp, I.getType())) {
394 Constant *COp = dyn_cast<Constant>(I.getOperand(0));
395 if (!COp)
396 COp = SimplifiedValues.lookup(I.getOperand(0));
397 if (COp)
398 if (Constant *C = ConstantExpr::getPtrToInt(COp, I.getType()))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 329 else if (Constant *COp = dyn_cast<Constant>(I->getOperand(i)))
330 ConstOps.push_back(COp);
    [all...]

Completed in 135 milliseconds