reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 1002   Type *OrigTy = In->getType();
 1006   if (!In->getType()->isIntegerTy(1))
 1007     In->mutateType(DestTy);
 1011   if (PHINode *P = dyn_cast<PHINode>(In)) {
 1028   } else if (ZExtInst *Z = dyn_cast<ZExtInst>(In)) {
 1035   if (TruncInst *T = dyn_cast<TruncInst>(In)) {
 1038     Value *And = IRBuilder<>(In).CreateAnd(T->getOperand(0), Mask);
 1045   for (unsigned i = 0, n = In->getNumOperands(); i != n; ++i) {
 1046     if (ConstantInt *CI = dyn_cast<ConstantInt>(In->getOperand(i)))
 1048         In->setOperand(i, ConstantInt::get(DestTy, CI->getZExtValue()));