HomeSort by relevance Sort by last modified time
    Searched full:baseptr (Results 26 - 37 of 37) sorted by null

12

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 715 APInt BasePtr(BitWidth, 0);
719 BasePtr = Base->getValue().zextOrTrunc(BitWidth);
720 if (Ptr->isNullValue() || BasePtr != 0) {
721 Constant *C = ConstantInt::get(Ptr->getContext(), Offset+BasePtr);
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 667 unsigned BasePtr = RegInfo->getBaseRegister();
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 116 SDValue BasePtr = DAG.getCopyFromReg(Chain, DL,
118 SDValue Ptr = DAG.getNode(ISD::ADD, DL, MVT::i64, BasePtr,
    [all...]
  /dalvik/libdex/
ZipArchive.cpp 567 const unsigned char* basePtr = (const unsigned char*)
  /external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.cpp 589 FrameReg = BasePtr;
ARMISelLowering.cpp     [all...]
ARMFrameLowering.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 260 /// \c dynamic_cast<Derived*>(BasePtr). Such a cast may perform a run-time
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 528 milliseconds

12