Home
last modified time | relevance | path

Searched refs:XorC (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp356 Constant *XorC = in SimplifyDemandedUseBits() local
358 Instruction *NewXor = BinaryOperator::CreateXor(NewAnd, XorC); in SimplifyDemandedUseBits()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp396 Constant *XorC = in SimplifyDemandedUseBits() local
398 Instruction *NewXor = BinaryOperator::CreateXor(NewAnd, XorC); in SimplifyDemandedUseBits()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp14179 APInt XorC = cast<ConstantSDNode>(Op1.getOperand(1))->getAPIntValue(); in PerformSubCombine() local
14183 DAG.getConstant(~XorC, VT)); in PerformSubCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30796 APInt XorC = cast<ConstantSDNode>(Op1.getOperand(1))->getAPIntValue(); in combineSub() local
30800 DAG.getConstant(~XorC, SDLoc(Op1), VT)); in combineSub()