Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp614 uint64_t RImmWithOnes = RImm | OnesMask; in SelectInt64Count() local
616 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64Count()
732 uint64_t RImmWithOnes = RImm | OnesMask; in SelectInt64() local
734 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64()
738 MatImm = RImmWithOnes; in SelectInt64()