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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp13289 /// CanFoldXORWithAllOnes - Test whether the XOR operand is a AllOnes vector
13291 static bool CanFoldXORWithAllOnes(const SDNode *N) { function
13361 CanFoldXORWithAllOnes(N0.getOperand(1).getNode()))
13367 CanFoldXORWithAllOnes(N1.getOperand(1).getNode()))

Completed in 182 milliseconds