Searched refs:vectorType (Results 1 – 4 of 4) sorted by relevance
278 char vectorType; in utrace_vformat() local288 vectorType = fmt[fmtIx]; /* b, h, d, l, p, etc. */ in utrace_vformat()289 if (vectorType != 0) { in utrace_vformat()302 switch (vectorType) { in utrace_vformat()
354 llvm::VectorType *vectorType = llvm::VectorType::get(llvm::Type::getFloatTy(llvm_ctx), 4); in DeclareTextureFunctions() local355 llvm::PointerType * vectorPtr = llvm::PointerType::get(vectorType, 0); in DeclareTextureFunctions()
423 VectorType * vectorType = floatVecType(builder); in ScanLineFunctionType() local424 PointerType * vectorPtr = PointerType::get(vectorType, 0); in ScanLineFunctionType()
455 llvm::Type * vectorType = tru->getType(); in create_select() local456 llvm::Value * vector = llvm::Constant::getNullValue(vectorType); in create_select()627 …llvm::VectorType * vectorType = llvm::VectorType::get(llvm_base_type(ir->operands[1]->type->base_t… in llvm_expression() local628 llvm::Value * vector = llvm::Constant::getNullValue(vectorType); in llvm_expression()