Searched refs:getUnderlyingInstr (Results 1 – 2 of 2) sorted by relevance
59 return cast<VPInstruction>(V)->getUnderlyingInstr(); in addCombined()63 Type *T = cast<VPInstruction>(V)->getUnderlyingInstr()->getType(); in addCombined()80 cast<VPInstruction>(Op)->getUnderlyingInstr(); in areVectorizable()91 cast<VPInstruction>(Operands[0])->getUnderlyingInstr(); in areVectorizable()95 const Instruction *I = cast<VPInstruction>(Op)->getUnderlyingInstr(); in areVectorizable()140 return cast<LoadInst>(cast<VPInstruction>(Op)->getUnderlyingInstr()) in areVectorizable()150 return cast<StoreInst>(cast<VPInstruction>(Op)->getUnderlyingInstr()) in areVectorizable()250 << *cast<VPInstruction>(Last)->getUnderlyingInstr() << " "); in getBest()255 LLVM_DEBUG(dbgs() << *cast<VPInstruction>(Candidate)->getUnderlyingInstr() in getBest()292 << *cast<VPInstruction>(Best)->getUnderlyingInstr() in getBest()[all …]
673 Instruction *getUnderlyingInstr() { in getUnderlyingInstr() function