Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2394 Instruction *ExtOpnd = dyn_cast<Instruction>(Ext->getOperand(0)); in getAction() local
2400 if (!ExtOpnd || !canGetThrough(ExtOpnd, ExtTy, PromotedInsts, IsSExt)) in getAction()
2406 if (isa<TruncInst>(ExtOpnd) && InsertedTruncs.count(ExtOpnd)) in getAction()
2411 if (isa<SExtInst>(ExtOpnd) || isa<TruncInst>(ExtOpnd) || in getAction()
2412 isa<ZExtInst>(ExtOpnd)) in getAction()
2417 if (!ExtOpnd->hasOneUse() && !TLI.isTruncateFree(ExtTy, ExtOpnd->getType())) in getAction()
2478 Instruction *ExtOpnd = cast<Instruction>(Ext->getOperand(0)); in promoteOperandForOther() local
2480 if (!ExtOpnd->hasOneUse()) { in promoteOperandForOther()
2485 Value *Trunc = TPT.createTrunc(Ext, ExtOpnd->getType()); in promoteOperandForOther()
2489 ITrunc->insertAfter(ExtOpnd); in promoteOperandForOther()
[all …]