HomeSort by relevance Sort by last modified time
    Searched refs:getNullValue (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /external/llvm/include/llvm/ADT/
APInt.h 455 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); }
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 409 Zero = APInt::getNullValue(IntTyBits);
DependenceAnalysis.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 21 APInt One = APInt::getNullValue(65) + 1;
  /external/clang/lib/CodeGen/
CGBlocks.cpp 118 elements.push_back(llvm::Constant::getNullValue(i8p));
    [all...]
CGExpr.cpp 268 CleanupArg = llvm::Constant::getNullValue(CGF.Int8PtrTy);
467 Address, llvm::Constant::getNullValue(Address->getType()));
    [all...]
CGException.cpp 464 if (!Dtor) Dtor = llvm::Constant::getNullValue(Int8PtrTy);
    [all...]
CodeGenFunction.cpp     [all...]
CGObjC.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 919 i == 7 ? Elts.push_back(Constant::getNullValue(Type::getInt32Ty(VMContext)))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 138 return Constant::getNullValue(I->getType());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 199 getRegForValue(Constant::getNullValue(DL.getIntPtrType(V->getContext())));
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 491 Val = Constant::getNullValue(DL.getIntPtrType(Val->getContext()));
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 1136 milliseconds

1 2 34 5