Lines Matching defs:Ty

49 static void executeFNegInst(GenericValue &Dest, GenericValue Src, Type *Ty) {  in executeFNegInst()
64 Type *Ty = I.getOperand(0)->getType(); in visitUnaryOperator() local
109 GenericValue Src2, Type *Ty) { in executeFAddInst()
120 GenericValue Src2, Type *Ty) { in executeFSubInst()
131 GenericValue Src2, Type *Ty) { in executeFMulInst()
142 GenericValue Src2, Type *Ty) { in executeFDivInst()
153 GenericValue Src2, Type *Ty) { in executeFRemInst()
193 Type *Ty) { in executeICMP_EQ()
207 Type *Ty) { in executeICMP_NE()
221 Type *Ty) { in executeICMP_ULT()
235 Type *Ty) { in executeICMP_SLT()
249 Type *Ty) { in executeICMP_UGT()
263 Type *Ty) { in executeICMP_SGT()
277 Type *Ty) { in executeICMP_ULE()
291 Type *Ty) { in executeICMP_SLE()
305 Type *Ty) { in executeICMP_UGE()
319 Type *Ty) { in executeICMP_SGE()
334 Type *Ty = I.getOperand(0)->getType(); in visitICmpInst() local
381 Type *Ty) { in executeFCMP_OEQ()
431 Type *Ty) in executeFCMP_ONE()
457 Type *Ty) { in executeFCMP_OLE()
471 Type *Ty) { in executeFCMP_OGE()
485 Type *Ty) { in executeFCMP_OLT()
499 Type *Ty) { in executeFCMP_OGT()
534 Type *Ty) { in executeFCMP_UEQ()
544 Type *Ty) { in executeFCMP_UNE()
553 Type *Ty) { in executeFCMP_ULE()
562 Type *Ty) { in executeFCMP_UGE()
571 Type *Ty) { in executeFCMP_ULT()
580 Type *Ty) { in executeFCMP_UGT()
589 Type *Ty) { in executeFCMP_ORD()
620 Type *Ty) { in executeFCMP_UNO()
651 Type *Ty, const bool val) { in executeFCMP_BOOL()
667 Type *Ty = I.getOperand(0)->getType(); in visitFCmpInst() local
702 Type *Ty = I.getOperand(0)->getType(); in visitBinaryOperator() local
810 GenericValue Src3, Type *Ty) { in executeSelectInst()
827 Type * Ty = I.getOperand(0)->getType(); in visitSelectInst() local
984 Type *Ty = I.getAllocatedType(); // Type to be allocated in visitAllocaInst() local
1155 Type *Ty = I.getType(); in visitShl() local
1182 Type *Ty = I.getType(); in visitLShr() local
1209 Type *Ty = I.getType(); in visitAShr() local
1738 Type *Ty = I.getType(); in visitVAArgInst() local
1764 Type *Ty = I.getType(); in visitExtractElementInst() local
1793 VectorType *Ty = cast<VectorType>(I.getType()); in visitInsertElementInst() local
1826 VectorType *Ty = cast<VectorType>(I.getType()); in visitShuffleVectorInst() local