Searched refs:getConstantFPSplatPow2ToLog2Int (Results 1 – 4 of 4) sorted by relevance
1578 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,
7717 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()7788 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
10419 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()10477 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVDIVCombine()
7223 BuildVectorSDNode::getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements, in getConstantFPSplatPow2ToLog2Int() function in BuildVectorSDNode