Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:SrcVal

215   GenericValue executeTruncInst(Value *SrcVal, Type *DstTy,
217 GenericValue executeSExtInst(Value *SrcVal, Type *DstTy,
219 GenericValue executeZExtInst(Value *SrcVal, Type *DstTy,
221 GenericValue executeFPTruncInst(Value *SrcVal, Type *DstTy,
223 GenericValue executeFPExtInst(Value *SrcVal, Type *DstTy,
225 GenericValue executeFPToUIInst(Value *SrcVal, Type *DstTy,
227 GenericValue executeFPToSIInst(Value *SrcVal, Type *DstTy,
229 GenericValue executeUIToFPInst(Value *SrcVal, Type *DstTy,
231 GenericValue executeSIToFPInst(Value *SrcVal, Type *DstTy,
233 GenericValue executePtrToIntInst(Value *SrcVal, Type *DstTy,
235 GenericValue executeIntToPtrInst(Value *SrcVal, Type *DstTy,
237 GenericValue executeBitCastInst(Value *SrcVal, Type *DstTy,
239 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,