Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:dyn_cast

1003   if (const Constant *C = dyn_cast<Constant>(V)) {
1006 if (const ConstantInt *CI = dyn_cast<ConstantInt>(C))
1009 if (const GlobalValue *GV = dyn_cast<GlobalValue>(C))
1015 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(C))
1021 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(C)) {
1069 if (const BlockAddress *BA = dyn_cast<BlockAddress>(C))
1078 if (const ConstantVector *CP = dyn_cast<ConstantVector>(C)) {
1100 if (const AllocaInst *AI = dyn_cast<AllocaInst>(V)) {
1108 if (const Instruction *Inst = dyn_cast<Instruction>(V)) {
1251 if (const Instruction *VI = dyn_cast<Instruction>(V)) {
1293 if (const Instruction *I = dyn_cast<Instruction>(V))
1312 if (const CmpInst *BOp = dyn_cast<CmpInst>(Cond)) {
1320 if (const ICmpInst *IC = dyn_cast<ICmpInst>(Cond)) {
1322 } else if (const FCmpInst *FC = dyn_cast<FCmpInst>(Cond)) {
1350 const Instruction *BOp = dyn_cast<Instruction>(Cond);
1476 if (const BinaryOperator *BOp = dyn_cast<BinaryOperator>(CondVal)) {
2530 if (const ICmpInst *IC = dyn_cast<ICmpInst>(&I))
2532 else if (const ConstantExpr *IC = dyn_cast<ConstantExpr>(&I))
2544 if (const FCmpInst *FC = dyn_cast<FCmpInst>(&I))
2546 else if (const ConstantExpr *FC = dyn_cast<ConstantExpr>(&I))
2969 if (StructType *StTy = dyn_cast<StructType>(Ty)) {
2983 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Idx)) {
3293 if (VectorType *PTy = dyn_cast<VectorType>(I.getType())) {
3943 if (Constant *C = const_cast<Constant*>(dyn_cast<Constant>(Val))) {
3944 if (ConstantFP *CFP = dyn_cast<ConstantFP>(C)) {
4073 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
4143 const Argument *Arg = dyn_cast<Argument>(V);
4189 if (LoadSDNode *LNode = dyn_cast<LoadSDNode>(N.getNode()))
4191 dyn_cast<FrameIndexSDNode>(LNode->getBasePtr().getNode())) {
4323 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address))
4325 const AllocaInst *AI = dyn_cast<AllocaInst>(Address);
4328 FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(N.getNode());
4354 if (const AllocaInst *AI = dyn_cast<AllocaInst>(Address)) {
4417 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(V))
4419 const AllocaInst *AI = dyn_cast<AllocaInst>(V);
4510 ConstantInt *CI = dyn_cast<ConstantInt>(I.getArgOperand(0));
4751 ConstantInt *CI = dyn_cast<ConstantInt>(I.getArgOperand(1));
5121 if (const ICmpInst *IC = dyn_cast<ICmpInst>(*UI))
5123 if (const Constant *C = dyn_cast<Constant>(IC->getOperand(1)))
5138 if (const Constant *LoadInput = dyn_cast<Constant>(PtrVal)) {
5189 const ConstantInt *Size = dyn_cast<ConstantInt>(I.getArgOperand(2));
5421 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy);
5428 if (StructType *STy = dyn_cast<StructType>(OpTy))
5642 if (StructType *STy = dyn_cast<StructType>(CS.getType())) {
5661 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) {
6493 dyn_cast<FrameIndexSDNode>(ArgValues[0].getNode()))
6556 const PHINode *PN = dyn_cast<PHINode>(I); ++I) {
6567 if (const Constant *C = dyn_cast<Constant>(PHIOp)) {