Home
last modified time | relevance | path

Searched refs:COp (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DInlineCost.cpp348 if (Constant *COp = dyn_cast<Constant>(I.getOperand(0))) in visitBitCast() local
349 if (Constant *C = ConstantExpr::getBitCast(COp, I.getType())) { in visitBitCast()
373 if (Constant *COp = dyn_cast<Constant>(I.getOperand(0))) in visitPtrToInt() local
374 if (Constant *C = ConstantExpr::getPtrToInt(COp, I.getType())) { in visitPtrToInt()
406 if (Constant *COp = dyn_cast<Constant>(I.getOperand(0))) in visitIntToPtr() local
407 if (Constant *C = ConstantExpr::getIntToPtr(COp, I.getType())) { in visitIntToPtr()
433 if (Constant *COp = dyn_cast<Constant>(I.getOperand(0))) in visitCastInst() local
434 if (Constant *C = ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) { in visitCastInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp328 else if (Constant *COp = dyn_cast<Constant>(I->getOperand(i))) in SimplifyWithOpReplaced() local
329 ConstOps.push_back(COp); in SimplifyWithOpReplaced()