Searched defs:Ten (Results 1 - 1 of 1) sorted by relevance
/external/llvm/examples/HowToUseJIT/ | ||
H A D | HowToUseJIT.cpp | 107 Value *Ten = builder.getInt32(10); local 109 // Pass Ten to the call to Add1F 110 CallInst *Add1CallRes = builder.CreateCall(Add1F, Ten); |
Completed in 128 milliseconds