Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 25 of 1800) sorted by relevance

12345678910>>...72

/external/eigen/test/
Dmixingtypes.cpp40 Mat_d md = mf.template cast<double>(); in mixingtypes()
42 Mat_cd mcd = mcf.template cast<complex<double> >(); in mixingtypes()
44 Vec_d vd = vf.template cast<double>(); in mixingtypes()
46 Vec_cd vcd = vcf.template cast<complex<double> >(); in mixingtypes()
63 VERIFY_IS_APPROX(vf * scf , vf.template cast<complex<float> >() * scf); in mixingtypes()
64 VERIFY_IS_APPROX(scd * vd, scd * vd.template cast<complex<double> >()); in mixingtypes()
71 VERIFY_IS_APPROX(vcf.dot(vf), vcf.dot(vf.template cast<complex<float> >())); in mixingtypes()
74 VERIFY_IS_APPROX(vf.asDiagonal() * mcf, vf.template cast<complex<float> >().asDiagonal() * mcf); in mixingtypes()
75 VERIFY_IS_APPROX(vcd.asDiagonal() * md, vcd.asDiagonal() * md.template cast<complex<double> >()); in mixingtypes()
76 VERIFY_IS_APPROX(mcf * vf.asDiagonal(), mcf * vf.template cast<complex<float> >().asDiagonal()); in mixingtypes()
[all …]
/external/llvm/lib/IR/
DInstruction.cpp105 cast<FPMathOperator>(this)->setHasUnsafeAlgebra(B); in setHasUnsafeAlgebra()
112 cast<FPMathOperator>(this)->setHasNoNaNs(B); in setHasNoNaNs()
119 cast<FPMathOperator>(this)->setHasNoInfs(B); in setHasNoInfs()
127 cast<FPMathOperator>(this)->setHasNoSignedZeros(B); in setHasNoSignedZeros()
135 cast<FPMathOperator>(this)->setHasAllowReciprocal(B); in setHasAllowReciprocal()
143 cast<FPMathOperator>(this)->setFastMathFlags(FMF); in setFastMathFlags()
148 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()
154 return cast<FPMathOperator>(this)->hasUnsafeAlgebra(); in hasUnsafeAlgebra()
160 return cast<FPMathOperator>(this)->hasNoNaNs(); in hasNoNaNs()
166 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
[all …]
/external/clang/test/SemaObjCXX/
Dobjcbridge-static-cast.mm31 …pected-error {{cast of C pointer type 'CFTestingRef' (aka '__CFError *') to Objective-C pointer ty…
32 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
33 …// expected-note {{use __bridge_transfer with C-style cast to transfer ownership of a +1 'CFTestin…
57 …ected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer t…
58 … // expected-note {{__bridge with C-style cast to convert directly (no change in ownership)}} \
59 …// expected-note {{use __bridge_transfer with C-style cast to transfer ownership of a +1 'CFErrorR…
60 …pected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer …
61 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
62 …// expected-note {{use __bridge_transfer with C-style cast to transfer ownership of a +1 'CFErrorR…
63 …pected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer …
[all …]
Dobjcbridge-attribute.mm31 …pected-error {{cast of C pointer type 'CFTestingRef' (aka '__CFError *') to Objective-C pointer ty…
57 …ected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer t…
60 …pected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer …
63 …pected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer …
67 …ted-error {{cast of C pointer type 'CFUColor2Ref' (aka '__CFUPrimeColor *') to Objective-C pointer…
70 …pected-error {{cast of Objective-C pointer type 'NSError *' to C pointer type 'CFErrorRef' (aka '_…
74 …pected-error {{cast of Objective-C pointer type 'NSString *' to C pointer type 'CFErrorRef' (aka '…
78 …expected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointe…
82 …expected-error {{cast of Objective-C pointer type 'Class' to C pointer type 'CFErrorRef' (aka '__C…
89 …/ expected-error {{cast of C pointer type 'CFErrorRef' (aka '__CFErrorRef *') to Objective-C point…
[all …]
Dobjcbridge-attribute-arc.mm31 …pected-error {{cast of C pointer type 'CFTestingRef' (aka '__CFError *') to Objective-C pointer ty…
57 …ected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer t…
60 …pected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer …
63 …pected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer …
67 …ted-error {{cast of C pointer type 'CFUColor2Ref' (aka '__CFUPrimeColor *') to Objective-C pointer…
70 …pected-error {{cast of Objective-C pointer type 'NSError *' to C pointer type 'CFErrorRef' (aka '_…
74 …pected-error {{cast of Objective-C pointer type 'NSString *' to C pointer type 'CFErrorRef' (aka '…
78 …expected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointe…
82 …expected-error {{cast of Objective-C pointer type 'Class' to C pointer type 'CFErrorRef' (aka '__C…
89 …/ expected-error {{cast of C pointer type 'CFErrorRef' (aka '__CFErrorRef *') to Objective-C point…
[all …]
/external/llvm/include/llvm/IR/
DIntrinsicInst.h55 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof()
74 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
86 return cast<DILocalVariable>(getRawVariable()); in getVariable()
89 return cast<DIExpression>(getRawExpression()); in getExpression()
93 return cast<MetadataAsValue>(getArgOperand(1))->getMetadata(); in getRawVariable()
96 return cast<MetadataAsValue>(getArgOperand(2))->getMetadata(); in getRawExpression()
104 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
115 return cast<ConstantInt>( in getOffset()
119 return cast<DILocalVariable>(getRawVariable()); in getVariable()
122 return cast<DIExpression>(getRawExpression()); in getExpression()
[all …]
/external/v8/src/
Dobjects-debug.cc21 Smi::cast(this)->SmiVerify(); in ObjectVerify()
23 HeapObject::cast(this)->HeapObjectVerify(); in ObjectVerify()
49 String::cast(this)->StringVerify(); in HeapObjectVerify()
55 Symbol::cast(this)->SymbolVerify(); in HeapObjectVerify()
58 Map::cast(this)->MapVerify(); in HeapObjectVerify()
62 HeapNumber::cast(this)->HeapNumberVerify(); in HeapObjectVerify()
65 Simd128Value::cast(this)->Simd128ValueVerify(); in HeapObjectVerify()
68 FixedArray::cast(this)->FixedArrayVerify(); in HeapObjectVerify()
71 FixedDoubleArray::cast(this)->FixedDoubleArrayVerify(); in HeapObjectVerify()
74 ByteArray::cast(this)->ByteArrayVerify(); in HeapObjectVerify()
[all …]
Dobjects-printer.cc28 Smi::cast(this)->SmiPrint(os); in Print()
30 HeapObject::cast(this)->HeapObjectPrint(os); in Print()
45 String::cast(this)->StringPrint(os); in HeapObjectPrint()
51 Symbol::cast(this)->SymbolPrint(os); in HeapObjectPrint()
54 Map::cast(this)->MapPrint(os); in HeapObjectPrint()
57 HeapNumber::cast(this)->HeapNumberPrint(os); in HeapObjectPrint()
61 HeapNumber::cast(this)->HeapNumberPrint(os); in HeapObjectPrint()
65 Simd128Value::cast(this)->Simd128ValuePrint(os); in HeapObjectPrint()
68 FixedDoubleArray::cast(this)->FixedDoubleArrayPrint(os); in HeapObjectPrint()
71 FixedArray::cast(this)->FixedArrayPrint(os); in HeapObjectPrint()
[all …]
Delements.cc127 MemsetPointer(FixedArray::cast(to_base)->data_start() + start, in CopyObjectToObjectElements()
135 FixedArray* from = FixedArray::cast(from_base); in CopyObjectToObjectElements()
136 FixedArray* to = FixedArray::cast(to_base); in CopyObjectToObjectElements()
155 SeededNumberDictionary* from = SeededNumberDictionary::cast(from_base); in CopyDictionaryToObjectElements()
166 MemsetPointer(FixedArray::cast(to_base)->data_start() + start, in CopyDictionaryToObjectElements()
174 FixedArray* to = FixedArray::cast(to_base); in CopyDictionaryToObjectElements()
217 MemsetPointer(FixedArray::cast(to_base)->data_start() + start, in CopyDoubleToObjectElements()
230 Handle<FixedDoubleArray> from(FixedDoubleArray::cast(from_base), isolate); in CopyDoubleToObjectElements()
231 Handle<FixedArray> to(FixedArray::cast(to_base), isolate); in CopyDoubleToObjectElements()
261 FixedDoubleArray::cast(to_base)->set_the_hole(i); in CopyDoubleToDoubleElements()
[all …]
/external/llvm/test/Transforms/InstSimplify/
Dcall.ll133 br i1 %cmp, label %cast.end, label %cast.notnull
135 cast.notnull: ; preds = %entry
137 br label %cast.end
139 cast.end: ; preds = %cast.notnull, %entry
140 %cast.result = phi i8* [ %add.ptr, %cast.notnull ], [ null, %entry ]
141 ret i8* %cast.result
144 ; CHECK: br i1 false, label %cast.end, label %cast.notnull
156 br i1 %cmp, label %cast.end, label %cast.notnull
158 cast.notnull: ; preds = %entry
160 br label %cast.end
[all …]
/external/opencv3/modules/viz/include/opencv2/viz/
Dwidgets.hpp167 template<typename _W> _W cast();
808 template<> CV_EXPORTS Widget2D Widget::cast<Widget2D>();
809 template<> CV_EXPORTS Widget3D Widget::cast<Widget3D>();
810 template<> CV_EXPORTS WLine Widget::cast<WLine>();
811 template<> CV_EXPORTS WPlane Widget::cast<WPlane>();
812 template<> CV_EXPORTS WSphere Widget::cast<WSphere>();
813 template<> CV_EXPORTS WCylinder Widget::cast<WCylinder>();
814 template<> CV_EXPORTS WArrow Widget::cast<WArrow>();
815 template<> CV_EXPORTS WCircle Widget::cast<WCircle>();
816 template<> CV_EXPORTS WCone Widget::cast<WCone>();
[all …]
/external/eigen/blas/
Ddouble.cpp26 …if(*incx==1 && *incy==1) return (vector(x,*n).cast<double>().cwiseProduct(vector(y,*n).cast<dou… in BLASFUNC()
27 … if(*incx>0 && *incy>0) return (vector(x,*n,*incx).cast<double>().cwiseProduct(vector(y,*n,*incy). in BLASFUNC()
28 … && *incy>0) return (vector(x,*n,-*incx).reverse().cast<double>().cwiseProduct(vector(y,*n,*incy). in BLASFUNC()
29 …ncx>0 && *incy<0) return (vector(x,*n,*incx).cast<double>().cwiseProduct(vector(y,*n,-*incy).rever… in BLASFUNC()
30 …ncy<0) return (vector(x,*n,-*incx).reverse().cast<double>().cwiseProduct(vector(y,*n,-*incy).rever… in BLASFUNC()
/external/clang/lib/Analysis/
DThreadSafetyLogical.cpp50 return RNeg ? RightOrOperator(cast<And>(RHS)) in implies()
51 : RightAndOperator(cast<And>(RHS)); in implies()
57 return RNeg ? RightAndOperator(cast<Or>(RHS)) in implies()
58 : RightOrOperator(cast<Or>(RHS)); in implies()
62 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg); in implies()
75 return LNeg ? LeftAndOperator(cast<And>(LHS)) in implies()
76 : LeftOrOperator(cast<And>(LHS)); in implies()
82 return LNeg ? LeftOrOperator(cast<Or>(LHS)) in implies()
83 : LeftAndOperator(cast<Or>(LHS)); in implies()
87 return implies(cast<Not>(LHS)->exp(), !LNeg, RHS, RNeg); in implies()
[all …]
/external/llvm/test/Transforms/MemCpyOpt/
Dmemcpy-to-memset-with-lifetimes.ll9 %a.cast = bitcast [8 x i64]* %a to i8*
10 call void @llvm.lifetime.start(i64 64, i8* %a.cast)
11 call void @llvm.memset.p0i8.i64(i8* %a.cast, i8 0, i64 64, i32 8, i1 false)
12 %sret.cast = bitcast [8 x i64]* %sret to i8*
13 call void @llvm.memcpy.p0i8.p0i8.i64(i8* %sret.cast, i8* %a.cast, i64 64, i32 8, i1 false)
14 call void @llvm.lifetime.end(i64 64, i8* %a.cast)
27 %a.cast = bitcast [8 x i64]* %a to i8*
28 call void @llvm.lifetime.start(i64 64, i8* %a.cast)
29 call void @llvm.memset.p0i8.i64(i8* %a.cast, i8 0, i64 64, i32 8, i1 false)
30 %sret.cast = bitcast [8 x i64]* %sret to i8*
[all …]
/external/llvm/test/CodeGen/AArch64/
Dtbi.ll11 %cast = inttoptr i64 %and to i32*
12 %load = load i32, i32* %cast
22 %cast = inttoptr i64 %and to i32*
23 %gep = getelementptr i32, i32* %cast, i64 4
34 %cast = inttoptr i64 %and to i32*
35 %load = load i32, i32* %cast
44 %cast = inttoptr i64 %and to i64*
45 %load = load i64, i64* %cast
54 %cast = inttoptr i64 %and to i32*
55 store i32 %v, i32* %cast
[all …]
/external/clang/test/SemaObjC/
Dobjcbridge-attribute-arc.m46 …ted-error {{cast of C pointer type 'CFTestingRef' (aka 'struct __CFError *') to Objective-C pointe…
72 …ed-error {{cast of C pointer type 'CFErrorRef2' (aka 'struct __CFErrorRef *') to Objective-C point…
75 …ed-error {{cast of C pointer type 'CFErrorRef2' (aka 'struct __CFErrorRef *') to Objective-C point…
78 …ed-error {{cast of C pointer type 'CFErrorRef2' (aka 'struct __CFErrorRef *') to Objective-C point…
82 …-error {{cast of C pointer type 'CFUColor2Ref' (aka 'union __CFUPrimeColor *') to Objective-C poin…
85 …ted-error {{cast of Objective-C pointer type 'NSError *' to C pointer type 'CFErrorRef' (aka 'stru…
89 …ed-error {{cast of Objective-C pointer type 'NSString *' to C pointer type 'CFErrorRef' (aka 'stru…
93 …cted-error {{cast of C pointer type 'CFErrorRef2' (aka 'struct __CFErrorRef *') to Objective-C poi…
97 …ected-error {{cast of Objective-C pointer type 'Class' to C pointer type 'CFErrorRef' (aka 'struct…
104 …pected-error {{cast of C pointer type 'CFErrorRef' (aka 'struct __CFErrorRef *') to Objective-C po…
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp361 const CStyleCastExpr* CastExpr1 = cast<CStyleCastExpr>(Stmt1); in isIdenticalStmt()
362 const CStyleCastExpr* CastExpr2 = cast<CStyleCastExpr>(Stmt2); in isIdenticalStmt()
367 const ReturnStmt *ReturnStmt1 = cast<ReturnStmt>(Stmt1); in isIdenticalStmt()
368 const ReturnStmt *ReturnStmt2 = cast<ReturnStmt>(Stmt2); in isIdenticalStmt()
374 const ForStmt *ForStmt1 = cast<ForStmt>(Stmt1); in isIdenticalStmt()
375 const ForStmt *ForStmt2 = cast<ForStmt>(Stmt2); in isIdenticalStmt()
392 const DoStmt *DStmt1 = cast<DoStmt>(Stmt1); in isIdenticalStmt()
393 const DoStmt *DStmt2 = cast<DoStmt>(Stmt2); in isIdenticalStmt()
404 const WhileStmt *WStmt1 = cast<WhileStmt>(Stmt1); in isIdenticalStmt()
405 const WhileStmt *WStmt2 = cast<WhileStmt>(Stmt2); in isIdenticalStmt()
[all …]
/external/llvm/test/Transforms/InstCombine/
Dbitcast-vec-uniform.ll26 %cast = bitcast i64 -1 to <2 x float>
27 ret <2 x float> %cast
35 %cast = bitcast i128 -1 to <2 x double>
36 ret <2 x double> %cast
43 %cast = bitcast i32 -1 to <1 x float>
44 ret <1 x float> %cast
51 %cast = bitcast <1 x i32 ><i32 -1> to float
52 ret float %cast
59 %cast = bitcast <2 x i32 ><i32 -1, i32 -1> to double
60 ret double %cast
[all …]
Dloadstore-metadata.ll6 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves TBAA.
16 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves no-alias metadata.
26 ; Ensure (cast (load (...))) -> (load (cast (...))) drops range metadata. It
40 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves invariant metadata.
50 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves nontemporal
61 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves align
72 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves dereferenceable
83 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves
94 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves loop access
/external/clang/lib/AST/
DExprClassification.cpp196 cast<SubstNonTypeTemplateParmExpr>(E)->getReplacement()); in ClassifyInternal()
201 if (cast<ArraySubscriptExpr>(E)->getBase()->getType()->isVectorType()) in ClassifyInternal()
202 return ClassifyInternal(Ctx, cast<ArraySubscriptExpr>(E)->getBase()); in ClassifyInternal()
209 return isa<FunctionDecl>(cast<DeclRefExpr>(E)->getDecl()) in ClassifyInternal()
211 return ClassifyDecl(Ctx, cast<DeclRefExpr>(E)->getDecl()); in ClassifyInternal()
215 return ClassifyMemberExpr(Ctx, cast<MemberExpr>(E)); in ClassifyInternal()
218 switch (cast<UnaryOperator>(E)->getOpcode()) { in ClassifyInternal()
227 return ClassifyInternal(Ctx, cast<UnaryOperator>(E)->getSubExpr()); in ClassifyInternal()
233 const Expr *Op = cast<UnaryOperator>(E)->getSubExpr()->IgnoreParens(); in ClassifyInternal()
259 cast<PseudoObjectExpr>(E)->getValueKind()); in ClassifyInternal()
[all …]
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp162 const ScopeMatcher *SM = cast<ScopeMatcher>(N); in EmitMatcher()
227 << cast<RecordMatcher>(N)->getResultNo() << " = " in EmitMatcher()
228 << cast<RecordMatcher>(N)->getWhatFor(); in EmitMatcher()
233 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher()
237 << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher()
238 << cast<RecordChildMatcher>(N)->getWhatFor(); in EmitMatcher()
251 OS << "OPC_MoveChild, " << cast<MoveChildMatcher>(N)->getChildNo() << ",\n"; in EmitMatcher()
260 << cast<CheckSameMatcher>(N)->getMatchNumber() << ",\n"; in EmitMatcher()
265 << cast<CheckChildSameMatcher>(N)->getChildNo() << "Same, " in EmitMatcher()
266 << cast<CheckChildSameMatcher>(N)->getMatchNumber() << ",\n"; in EmitMatcher()
[all …]
/external/clang/lib/Frontend/
DASTConsumers.cpp74 return cast<NamedDecl>(D)->getQualifiedNameAsString(); in getName()
206 const NamespaceDecl* ND = cast<NamespaceDecl>(DC); in PrintDeclContext()
211 const EnumDecl* ED = cast<EnumDecl>(DC); in PrintDeclContext()
220 const RecordDecl* RD = cast<RecordDecl>(DC); in PrintDeclContext()
229 const CXXRecordDecl* RD = cast<CXXRecordDecl>(DC); in PrintDeclContext()
262 const FunctionDecl* FD = cast<FunctionDecl>(DC); in PrintDeclContext()
282 const CXXMethodDecl* D = cast<CXXMethodDecl>(DC); in PrintDeclContext()
312 const CXXConstructorDecl* D = cast<CXXConstructorDecl>(DC); in PrintDeclContext()
341 const CXXDestructorDecl* D = cast<CXXDestructorDecl>(DC); in PrintDeclContext()
357 const CXXConversionDecl* D = cast<CXXConversionDecl>(DC); in PrintDeclContext()
[all …]
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp358 return cmpGEPs(cast<GEPOperator>(GEPL), cast<GEPOperator>(GEPR)); in cmpGEPs()
676 const auto *SeqR = cast<ConstantDataSequential>(R); in cmpConstants()
690 const APInt &LInt = cast<ConstantInt>(L)->getValue(); in cmpConstants()
691 const APInt &RInt = cast<ConstantInt>(R)->getValue(); in cmpConstants()
695 const APFloat &LAPF = cast<ConstantFP>(L)->getValueAPF(); in cmpConstants()
696 const APFloat &RAPF = cast<ConstantFP>(R)->getValueAPF(); in cmpConstants()
700 const ConstantArray *LA = cast<ConstantArray>(L); in cmpConstants()
701 const ConstantArray *RA = cast<ConstantArray>(R); in cmpConstants()
702 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()
703 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants()
[all …]
/external/v8/test/cctest/
Dtest-array-list.cc22 ArrayList::cast(isolate->heap()->empty_fixed_array())); in TEST()
26 CHECK_EQ(100, Smi::cast(array->Get(0))->value()); in TEST()
30 CHECK_EQ(100, Smi::cast(array->Get(0))->value()); in TEST()
31 CHECK_EQ(200, Smi::cast(array->Get(1))->value()); in TEST()
32 CHECK_EQ(300, Smi::cast(array->Get(2))->value()); in TEST()
34 CHECK_EQ(400, Smi::cast(array->Get(2))->value()); in TEST()
38 CHECK_EQ(100, Smi::cast(array->Get(0))->value()); in TEST()
39 CHECK_EQ(200, Smi::cast(array->Get(1))->value()); in TEST()
/external/llvm/test/CodeGen/AMDGPU/
Dfp_to_uint.f64.ll9 %cast = fptoui double %in to i32
10 store i32 %cast, i32 addrspace(1)* %out, align 4
18 %cast = fptoui <2 x double> %in to <2 x i32>
19 store <2 x i32> %cast, <2 x i32> addrspace(1)* %out, align 8
29 %cast = fptoui <4 x double> %in to <4 x i32>
30 store <4 x i32> %cast, <4 x i32> addrspace(1)* %out, align 8
53 %cast = fptoui double %val to i64
54 store i64 %cast, i64 addrspace(1)* %out, align 4
60 %cast = fptoui <2 x double> %in to <2 x i64>
61 store <2 x i64> %cast, <2 x i64> addrspace(1)* %out, align 16
[all …]

12345678910>>...72