Searched refs:RVI (Results 1 – 2 of 2) sorted by relevance
1074 if (Instruction *RVI = dyn_cast<Instruction>(RetVal)) in isFunctionMallocLike() local1075 switch (RVI->getOpcode()) { in isFunctionMallocLike()1080 FlowsToReturn.insert(RVI->getOperand(0)); in isFunctionMallocLike()1083 SelectInst *SI = cast<SelectInst>(RVI); in isFunctionMallocLike()1089 PHINode *PN = cast<PHINode>(RVI); in isFunctionMallocLike()1100 CallBase &CB = cast<CallBase>(*RVI); in isFunctionMallocLike()1183 Instruction *RVI = dyn_cast<Instruction>(RetVal); in isReturnNonNull() local1184 if (!RVI) in isReturnNonNull()1186 switch (RVI->getOpcode()) { in isReturnNonNull()1190 FlowsToReturn.insert(RVI->getOperand(0)); in isReturnNonNull()[all …]
679 auto *RVI = S.getReturnValueInit(); in GetReturnObjectManager() local680 assert(RVI && "expected RVI"); in GetReturnObjectManager()681 auto GroType = RVI->getType(); in GetReturnObjectManager()