Lines Matching defs:Input
630 const Value *Input = Inputs.pop_back_val();
632 if (isa<GlobalValue>(Input) || isa<Argument>(Input) || isa<CallInst>(Input) ||
633 isa<InvokeInst>(Input))
649 if (auto *LI = dyn_cast<LoadInst>(Input)) {
653 if (auto *SI = dyn_cast<SelectInst>(Input)) {
662 if (auto *PN = dyn_cast<PHINode>(Input)) {
717 const Value *Input = Inputs.pop_back_val();
719 if (auto *InputGV = dyn_cast<GlobalValue>(Input)) {
720 // If one input is the very global we're querying against, then we can't
745 if (isa<Argument>(Input) || isa<CallInst>(Input) ||
746 isa<InvokeInst>(Input)) {
760 if (auto *LI = dyn_cast<LoadInst>(Input)) {
770 if (auto *SI = dyn_cast<SelectInst>(Input)) {
779 if (auto *PN = dyn_cast<PHINode>(Input)) {