Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2224 SDValue ANDIVal, ANDISVal; in SelectAndParts32() local
2230 ANDISVal = in SelectAndParts32()
2237 TotalVal = ANDISVal; in SelectAndParts32()
2238 else if (!ANDISVal) in SelectAndParts32()
2242 ANDIVal, ANDISVal), 0); in SelectAndParts32()
2320 SDValue ANDIVal, ANDISVal; in Select32() local
2326 ANDISVal = in Select32()
2332 Res = ANDISVal; in Select32()
2333 else if (!ANDISVal) in Select32()
2337 ANDIVal, ANDISVal), 0); in Select32()
[all …]