Lines Matching refs:Complex
1112 llvm::Constant *Complex[2]; in EmitConstantValue() local
1114 Complex[0] = llvm::ConstantInt::get(VMContext, in EmitConstantValue()
1116 Complex[1] = llvm::ConstantInt::get(VMContext, in EmitConstantValue()
1120 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(), in EmitConstantValue()
1121 Complex[1]->getType(), in EmitConstantValue()
1123 return llvm::ConstantStruct::get(STy, Complex); in EmitConstantValue()
1133 llvm::Constant *Complex[2]; in EmitConstantValue() local
1135 Complex[0] = llvm::ConstantFP::get(VMContext, in EmitConstantValue()
1137 Complex[1] = llvm::ConstantFP::get(VMContext, in EmitConstantValue()
1141 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(), in EmitConstantValue()
1142 Complex[1]->getType(), in EmitConstantValue()
1144 return llvm::ConstantStruct::get(STy, Complex); in EmitConstantValue()