Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2069 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local
2075 ANDISVal = in SelectAndParts32()
2082 TotalVal = ANDISVal; in SelectAndParts32()
2083 else if (!ANDISVal) in SelectAndParts32()
2087 ANDIVal, ANDISVal), 0); in SelectAndParts32()
2165 SDValue ANDIVal, ANDISVal; in Select32() local
2171 ANDISVal = in Select32()
2177 Res = ANDISVal; in Select32()
2178 else if (!ANDISVal) in Select32()
2182 ANDIVal, ANDISVal), 0); in Select32()
[all …]