Searched refs:getInt8 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DDataView.idl34 [RaisesException] byte getInt8(unsigned long byteOffset);
H A DDataView.h45 int8_t getInt8(unsigned byteOffset, ExceptionCode&);
H A DDataView.cpp159 int8_t DataView::getInt8(unsigned byteOffset, ExceptionCode& ec) function in class:WebCore::DataView
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DAutoUpgrade.cpp258 CI->getArgOperand(1), Builder.getInt8(Imm));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp534 B.CreateMemSet(Dst, B.getInt8('\0'), LenOp, 1);
1331 B.CreateStore(B.getInt8(0), Ptr);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DIRBuilder.h196 /// getInt8 - Get a constant 8-bit value.
197 ConstantInt *getInt8(uint8_t C) { function in class:llvm::IRBuilderBase

Completed in 154 milliseconds