Home
last modified time | relevance | path

Searched refs:AndVal (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4233 APInt AndVal = APInt::getLowBitsSet(TypeBits, TypeBits - ShAmt); in visitICmpInst() local
4234 Value *And = Builder->CreateAnd(Xor, Builder->getInt(AndVal), in visitICmpInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3574 APInt AndVal = APInt::getLowBitsSet(TypeBits, TypeBits - ShAmt); in foldICmpEquality() local
3575 Value *And = Builder.CreateAnd(Xor, Builder.getInt(AndVal), in foldICmpEquality()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2121 ConstantSDNode *AndVal = isConstOrConstSplat(V.getOperand(1)); in GetDemandedBits() local
2122 if (AndVal && Mask.isSubsetOf(AndVal->getAPIntValue())) in GetDemandedBits()