HomeSort by relevance Sort by last modified time
    Searched refs:isNullValue (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/llvm/include/llvm/IR/
Constant.h 52 /// isNullValue - Return true if this is the value that would be returned by
54 bool isNullValue() const;
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 32 (V && V->isNullValue())
  /external/llvm/lib/IR/
ConstantFold.cpp 47 if (CV->isNullValue()) return Constant::getNullValue(DstTy);
244 if (RHS->isNullValue())
522 if (V->isNullValue() && !DestTy->isX86_MMXTy())
540 if (!CE->getOperand(i)->isNullValue()) {
603 if (V->isNullValue()) // Is it an integral null value?
608 if (V->isNullValue())
615 CE->getOperand(0)->isNullValue()) {
629 CE->getOperand(1)->isNullValue()) {
703 if (Cond->isNullValue()) return V2;
723 V = Cond->isNullValue() ? V2Element : V1Element
    [all...]
Constants.cpp 61 return isNullValue();
72 return isNullValue();
75 bool Constant::isNullValue() const {
290 if (!isa<ConstantInt>(CE->getOperand(1)) ||CE->getOperand(1)->isNullValue())
801 if (C->isNullValue() && rangeOnlyContains(V.begin(), V.end(), C))
    [all...]
  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 86 if (GV->getInitializer()->isNullValue())
  /libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 101 if (params != null && !isNullValue(params)) {
116 private static boolean isNullValue(byte[] toCheck) {
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 529 if (L->isNullValue() && R->isNullValue())
531 if (L->isNullValue() && !R->isNullValue())
533 if (!L->isNullValue() && R->isNullValue())
    [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 63 bool IsNullValue(Value *V);
212 if (!C->isNullValue())
316 bool ShadowStackGC::IsNullValue(Value *V) {
318 return C->isNullValue();
338 if (IsNullValue(CI->getArgOperand(1)))
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 57 if (!C->isNullValue())
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 56 if (C->isNullValue() && !DestTy->isX86_MMXTy())
590 if (GV->getInitializer()->isNullValue())
751 CE->getOperand(0)->isNullValue()) {
801 if (Ptr->isNullValue() || BasePtr != 0) {
    [all...]
SparsePropagation.cpp 158 Succs[C->isNullValue()] = true;
ValueTracking.cpp     [all...]
LazyValueInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIISelLowering.cpp 407 && False->isNullValue()
427 && C->isNullValue()
AMDGPUISelLowering.cpp 308 return C->isNullValue();
  /external/mesa3d/src/gallium/drivers/radeon/
SIISelLowering.cpp 407 && False->isNullValue()
427 && C->isNullValue()
AMDGPUISelLowering.cpp 308 return C->isNullValue();
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 55 V->isNullValue() ? Subtarget.getBZeroEntry() : nullptr) {
  /external/clang/lib/CodeGen/
CGDecl.cpp 716 return Init->isNullValue() || NumStores--;
747 assert(!Init->isNullValue() && !isa<llvm::UndefValue>(Init) &&
763 if (!Elt->isNullValue() && !isa<llvm::UndefValue>(Elt))
777 if (!Elt->isNullValue() && !isa<llvm::UndefValue>(Elt))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 243 if (CS->getOperand(1)->isNullValue())
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 453 if (C->isNullValue()) {
460 if (C->isNullValue()) {
    [all...]
InstructionCombining.cpp 804 // even if currently isNullValue gives false.
807 InV = InC->isNullValue() ? FalseVInPred : TrueVInPred;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 122 if (CV->isNullValue() || isa<UndefValue>(CV))
    [all...]

Completed in 799 milliseconds

1 2 3 4