Lines Matching full:hinst
957 Instruction *HInst = NULL;
966 if (HInst)
968 HInst = I;
970 if (!HInst)
999 switch (HInst->getOpcode()) {
1004 if (HInst->getType()->isVectorTy())
1014 if (HInst->getType()->isVectorTy())
1020 if (HInst->use_empty()) {
1021 HInst->eraseFromParent();
1034 for (Value::use_iterator UI = HInst->use_begin(), E = HInst->use_end();
1055 for (User::op_iterator i = HInst->op_begin(), e = HInst->op_end();
1088 BIParent->getInstList().splice(InsertPos, BB1->getInstList(), HInst);
1096 (Builder.CreateSelect(BrCond, FalseV, HInst,
1097 FalseV->getName() + "." + HInst->getName()));
1100 (Builder.CreateSelect(BrCond, HInst, FalseV,
1101 HInst->getName() + "." + FalseV->getName()));