Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dyn_cast

124   if (ArrayType *AT = dyn_cast<ArrayType>(Ty)) {
145 const StructType *ST = dyn_cast<StructType>(Ty);
160 if (const StoreInst *SI = dyn_cast<StoreInst>(U)) {
163 } else if (const PtrToIntInst *SI = dyn_cast<PtrToIntInst>(U)) {
170 } else if (const SelectInst *SI = dyn_cast<SelectInst>(U)) {
173 } else if (const PHINode *PN = dyn_cast<PHINode>(U)) {
179 } else if (const GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(U)) {
182 } else if (const BitCastInst *BI = dyn_cast<BitCastInst>(U)) {
220 if (AllocaInst *AI = dyn_cast<AllocaInst>(II)) {
228 dyn_cast<ConstantInt>(AI->getArraySize())) {
266 ReturnInst *RI = dyn_cast<ReturnInst>(BB->getTerminator());