Lines Matching refs:Complex
1141 llvm::Constant *Complex[2]; in EmitConstantValue() local
1143 Complex[0] = llvm::ConstantInt::get(VMContext, in EmitConstantValue()
1145 Complex[1] = llvm::ConstantInt::get(VMContext, in EmitConstantValue()
1149 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(), in EmitConstantValue()
1150 Complex[1]->getType(), in EmitConstantValue()
1152 return llvm::ConstantStruct::get(STy, Complex); in EmitConstantValue()
1164 llvm::Constant *Complex[2]; in EmitConstantValue() local
1166 Complex[0] = llvm::ConstantFP::get(VMContext, in EmitConstantValue()
1168 Complex[1] = llvm::ConstantFP::get(VMContext, in EmitConstantValue()
1172 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(), in EmitConstantValue()
1173 Complex[1]->getType(), in EmitConstantValue()
1175 return llvm::ConstantStruct::get(STy, Complex); in EmitConstantValue()