Lines Matching refs:OpTy

2739         Type *OpTy = getTypeByID(Record[1]);  in parseConstants()  local
2740 if (!OpTy) in parseConstants()
2742 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in parseConstants()
2798 VectorType *OpTy = in parseConstants() local
2800 if (!OpTy) in parseConstants()
2802 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in parseConstants()
2818 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local
2819 if (Record.size() < 3 || !OpTy) in parseConstants()
2821 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in parseConstants()
2823 OpTy->getElementType()); in parseConstants()
2838 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local
2839 if (Record.size() < 3 || !OpTy) in parseConstants()
2841 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in parseConstants()
2842 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy); in parseConstants()
2844 OpTy->getNumElements()); in parseConstants()
2851 VectorType *OpTy = in parseConstants() local
2853 if (Record.size() < 4 || !RTy || !OpTy) in parseConstants()
2855 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in parseConstants()
2856 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); in parseConstants()
2866 Type *OpTy = getTypeByID(Record[0]); in parseConstants() local
2867 if (!OpTy) in parseConstants()
2869 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in parseConstants()
2870 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); in parseConstants()
2872 if (OpTy->isFPOrFPVectorTy()) in parseConstants()
4545 Type *OpTy = getTypeByID(Record[1]); in parseFunctionBody() local
4546 unsigned ValueBitWidth = cast<IntegerType>(OpTy)->getBitWidth(); in parseFunctionBody()
4548 Value *Cond = getValue(Record, 2, NextValueNo, OpTy); in parseFunctionBody()
4550 if (!OpTy || !Cond || !Default) in parseFunctionBody()
4603 Type *OpTy = getTypeByID(Record[0]); in parseFunctionBody() local
4604 Value *Cond = getValue(Record, 1, NextValueNo, OpTy); in parseFunctionBody()
4606 if (!OpTy || !Cond || !Default) in parseFunctionBody()
4613 dyn_cast_or_null<ConstantInt>(getFnValueByID(Record[3+i*2], OpTy)); in parseFunctionBody()
4627 Type *OpTy = getTypeByID(Record[0]); in parseFunctionBody() local
4628 Value *Address = getValue(Record, 1, NextValueNo, OpTy); in parseFunctionBody()
4629 if (!OpTy || !Address) in parseFunctionBody()
4819 Type *OpTy = getTypeByID(Record[1]); in parseFunctionBody() local
4820 Value *Size = getFnValueByID(Record[2], OpTy); in parseFunctionBody()
5050 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in parseFunctionBody() local
5051 if (!OpTy) in parseFunctionBody()
5054 FTy = dyn_cast<FunctionType>(OpTy->getElementType()); in parseFunctionBody()
5057 } else if (OpTy->getElementType() != FTy) in parseFunctionBody()
5113 Type *OpTy = getTypeByID(Record[0]); in parseFunctionBody() local
5114 Value *Op = getValue(Record, 1, NextValueNo, OpTy); in parseFunctionBody()
5116 if (!OpTy || !Op || !ResTy) in parseFunctionBody()