Searched refs:typeValue (Results 1 – 4 of 4) sorted by relevance
316 Value typeValue = in genNonInitializerVar() local326 if (typeValue) in genNonInitializerVar()327 return typeValue; in genNonInitializerVar()
1132 llvm::Value *typeValue = handler.Type.RTTI; in emitCatchDispatchBlock() local1135 assert(typeValue && "fell into catch-all case!"); in emitCatchDispatchBlock()1136 typeValue = CGF.Builder.CreateBitCast(typeValue, CGF.Int8PtrTy); in emitCatchDispatchBlock()1162 CGF.Builder.CreateCall(llvm_eh_typeid_for, typeValue); in emitCatchDispatchBlock()
311 static void getTypePredicates(Value typeValue, in getTypePredicates() argument315 Position *&typePos = inputs[typeValue]; in getTypePredicates()
843 let typeValue = tupleValue.2;854 typeValue = type<"i32">859 let typeValue = tupleValue.typeValue;