OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConstantOrUndef
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp
494
///
isConstantOrUndef
- Op is either an undef node or a ConstantSDNode. Return
496
static bool
isConstantOrUndef
(int Op, int Val) {
505
if (!
isConstantOrUndef
(N->getMaskElt(i), i*2+1))
509
if (!
isConstantOrUndef
(N->getMaskElt(i), i*2+1) ||
510
!
isConstantOrUndef
(N->getMaskElt(i+8), i*2+1))
521
if (!
isConstantOrUndef
(N->getMaskElt(i ), i*2+2) ||
522
!
isConstantOrUndef
(N->getMaskElt(i+1), i*2+3))
526
if (!
isConstantOrUndef
(N->getMaskElt(i ), i*2+2) ||
527
!
isConstantOrUndef
(N->getMaskElt(i+1), i*2+3) ||
528
!
isConstantOrUndef
(N->getMaskElt(i+8), i*2+2) |
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp
[
all
...]
Completed in 198 milliseconds