HomeSort by relevance Sort by last modified time
    Searched defs:KnownOne2 (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Analysis/
DemandedBits.cpp 76 APInt &KnownZero2, APInt &KnownOne2) {
95 KnownOne2 = APInt(BitWidth, 0);
96 computeKnownBits(const_cast<Value *>(V2), KnownZero2, KnownOne2, DL,
216 AB &= ~KnownOne2;
220 AB &= ~(KnownOne & ~KnownOne2);
320 APInt KnownZero, KnownOne, KnownZero2, KnownOne2;
338 KnownZero2, KnownOne2);
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 464 APInt KnownZero2, KnownOne2, KnownZeroOut, KnownOneOut;
494 KnownZero2, KnownOne2, TLO, Depth+1))
496 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
502 if ((NewMask & ~KnownZero & KnownOne2) == (~KnownZero & NewMask))
515 KnownOne &= KnownOne2;
525 KnownZero2, KnownOne2, TLO, Depth+1))
527 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
531 if ((NewMask & ~KnownOne2 & KnownZero) == (~KnownOne2 & NewMask))
537 if ((NewMask & ~KnownZero & KnownOne2) == (~KnownZero & NewMask)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 744 APInt KnownZero2, KnownOne2
    [all...]

Completed in 442 milliseconds