Searched defs:AndConst (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp901 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); local
902 Value *And = Builder->CreateAnd(A, AndConst, CSrc->getName()+".mask");
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp813 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); local
814 Value *And = Builder->CreateAnd(A, AndConst, CSrc->getName()+".mask");
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5747 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); local
5749 if (AndConst.isPowerOf2() &&
5750 cast<ConstantSDNode>(Op1)->getAPIntValue()==AndConst.logBase2()) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9493 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); local
9495 if (AndConst.isPowerOf2() &&
9496 cast<ConstantSDNode>(Op1)->getAPIntValue()==AndConst.logBase2()) {
13828 ConstantSDNode *AndConst = getAsNonOpaqueConstant(N0.getOperand(1)); local
13829 if (AndConst && AndConst->getAPIntValue() == 0xffff) {

Completed in 214 milliseconds