HomeSort by: relevance | last modified time | path
    Searched defs:Reinterpret (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 299 auto *Reinterpret = dyn_cast<IntrinsicInst>(IncValPhi);
300 if (!Reinterpret ||
301 Reinterpret->getIntrinsicID() !=
303 RequiredType != Reinterpret->getArgOperand(0)->getType())
315 auto *Reinterpret = cast<Instruction>(PN->getIncomingValue(I));
316 NPN->addIncoming(Reinterpret->getOperand(0), PN->getIncomingBlock(I));
317 Worklist.push_back(Reinterpret);
326 // If the reinterpret instruction operand is a PHI Node

Completed in 14 milliseconds